Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
parent
d0f03d9ff6
commit
23620e3133
@ -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)
|
||||
{
|
||||
|
||||
@ -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='')
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user