remove useless phpcs:disable

This commit is contained in:
Frédéric FRANCE 2018-10-02 20:39:44 +02:00 committed by GitHub
parent 56cb0763d1
commit dae2757b73
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;