Merge pull request #5396 from Dolibarr/scrutinizer-patch-4

Scrutinizer Auto-Fixes
This commit is contained in:
Laurent Destailleur 2016-06-23 20:20:04 +02:00 committed by GitHub
commit 96ece1afa0
4 changed files with 4 additions and 4 deletions

View File

@ -197,7 +197,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty"
* @param array $head Array with properties of box title
* @param array $contents Array with properties of box lines
* @param int $nooutput No print, only return string
* @return void
* @return string
*/
function showBox($head = null, $contents = null, $nooutput=0)
{

View File

@ -124,7 +124,7 @@ class FormAdmin
* @param string $htmlname Name of html select
* @param array $dirmenuarray Array of directories to scan
* @param string $moreattrib More attributes on html select tag
* @return void
* @return integer|null
*/
function select_menu($selected, $htmlname, $dirmenuarray, $moreattrib='')
{

View File

@ -204,7 +204,7 @@ class FormCompany
* Ainsi les liens avec les departements se font sur un departement independemment de son nom.
*
* @param string $selected Code state preselected (mus be state id)
* @param string $country_codeid Country code or id: 0=list for all countries, otherwise country code or country rowid to show
* @param integer $country_codeid Country code or id: 0=list for all countries, otherwise country code or country rowid to show
* @param string $htmlname Id of department
* @return string String with HTML select
* @see select_country

View File

@ -1239,7 +1239,7 @@ function hexbin($hexa)
* Retourne le numero de la semaine par rapport a une date
*
* @param string $time Date au format 'timestamp'
* @return int Number of week
* @return string Number of week
*/
function numero_semaine($time)
{