This commit is contained in:
Frédéric FRANCE 2018-10-19 18:35:16 +02:00
parent c811d5a371
commit 042118fe38
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ class pdf_eratosthene extends ModelePDFCommandes
$this->atleastonediscount=0;
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Function to build pdf onto disk
*

View File

@ -160,7 +160,7 @@ class pdf_sponge extends ModelePDFFactures
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Function to build pdf onto disk
*

View File

@ -118,7 +118,7 @@ class pdf_cyan extends ModelePDFPropales
$this->atleastonediscount=0;
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Function to build pdf onto disk
*