Squiz.Functions.FunctionDeclarationArgumentSpacing

This commit is contained in:
Frédéric FRANCE
2019-01-27 15:20:16 +01:00
parent a9da6a2d51
commit f0cdf300d1
541 changed files with 2338 additions and 2329 deletions

View File

@@ -48,7 +48,7 @@ abstract class ModelePDFCommandes extends CommonDocGenerator
* @param integer $maxfilenamelength Max length of value to show
* @return array List of templates
*/
static function liste_modeles($db, $maxfilenamelength=0)
static function liste_modeles($db, $maxfilenamelength = 0)
{
// phpcs:enable
global $conf;
@@ -128,7 +128,7 @@ abstract class ModeleNumRefCommandes
* @param Object $object Object we need next value for
* @return string Valeur
*/
function getNextValue($objsoc,$object)
function getNextValue($objsoc, $object)
{
global $langs;
return $langs->trans("NotAvailable");