mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
PHP CS fix
This commit is contained in:
@@ -767,12 +767,12 @@ class module_report
|
||||
|
||||
/**
|
||||
* @desc Set your own configuration for each column displayed in the html table
|
||||
* @param array $tab contain your conf's variables
|
||||
* array( 'field' =>
|
||||
* array('title of the colum', '1 = order ON / 0 = order OFF',
|
||||
* '1 = bound ON / 0 = bound OFF')
|
||||
* @param array $tab contain your conf's variables
|
||||
* array( 'field' =>
|
||||
* array('title of the colum', '1 = order ON / 0 = order OFF',
|
||||
* '1 = bound ON / 0 = bound OFF')
|
||||
* @example $tab = array('user' => array('user list', 1, 0),
|
||||
* 'id' => array(user id, 0, 0)); etc ..
|
||||
* 'id' => array(user id, 0, 0)); etc ..
|
||||
* @return void
|
||||
*/
|
||||
protected function setConfigColumn($tab)
|
||||
|
@@ -91,8 +91,8 @@ class module_report_connexion extends module_report
|
||||
|
||||
/**
|
||||
* @desc build the result from the specified sql
|
||||
* @param array $champ all the field from the request displayed in a array
|
||||
* @param string $sql the request from buildreq
|
||||
* @param array $champ all the field from the request displayed in a array
|
||||
* @param string $sql the request from buildreq
|
||||
* @return $this->result
|
||||
*/
|
||||
protected function buildResult(Application $app, $rs)
|
||||
|
@@ -94,8 +94,8 @@ class module_report_download extends module_report
|
||||
|
||||
/**
|
||||
* @desc build the result from the specified sql
|
||||
* @param array $champ all the field from the request displayed in a array
|
||||
* @param string $sql the request from buildreq
|
||||
* @param array $champ all the field from the request displayed in a array
|
||||
* @param string $sql the request from buildreq
|
||||
* @return $this->result
|
||||
*/
|
||||
protected function buildResult(Application $app, $rs)
|
||||
|
Reference in New Issue
Block a user