2
0
forked from Wavyzz/dolibarr

Qual: Removed phpcs warnings

This commit is contained in:
Laurent Destailleur
2011-11-23 18:28:14 +01:00
parent 71e0f825b2
commit 6fb994d296
21 changed files with 235 additions and 57 deletions

View File

@@ -88,9 +88,11 @@ class ModeleBoxes // Can't be abtract as it is instanciated to build "empty"
/**
* \brief Standard method to show a box (usage by boxes not mandatory, a box can still use its own function)
* \param $head tableau des caracteristiques du titre
* \param $contents tableau des lignes de contenu
* Standard method to show a box (usage by boxes not mandatory, a box can still use its own function)
*
* @param array $head Array with properties of box title
* @param array $contents Array with properties of box lines
* @return void
*/
function showBox($head, $contents)
{