PHP CS fix

This commit is contained in:
Nicolas Le Goff
2014-05-30 15:22:00 +02:00
parent 8dd6512cf8
commit e5b8817c46
99 changed files with 113 additions and 166 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)