Merge pull request #9661 from frederic34/patch-16

remove useless phpcs:disable
This commit is contained in:
Laurent Destailleur 2018-10-04 17:25:44 +02:00 committed by GitHub
commit 9f2a2be837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1126,8 +1126,6 @@ class CommandeFournisseur extends CommonOrder
}
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
/**
* Submit a supplier order to supplier
*
@ -1139,7 +1137,6 @@ class CommandeFournisseur extends CommonOrder
*/
public function commande($user, $date, $methode, $comment='')
{
// phpcs:enable
global $langs;
dol_syslog(get_class($this)."::commande");
$error = 0;