trim trailing

This commit is contained in:
Frédéric FRANCE
2018-07-26 19:05:34 +02:00
parent f8e7d71ae8
commit 6cb0fb10d6
56 changed files with 584 additions and 612 deletions

View File

@@ -109,7 +109,7 @@ class modPhpbarcode extends ModeleBarCode
* @param string $encoding Mode of encoding
* @param string $readable Code can be read
* @param integer $scale Scale
* @param integer $nooutputiferror No output if error
* @param integer $nooutputiferror No output if error
* @return int <0 if KO, >0 if OK
*/
function buildBarCode($code,$encoding,$readable='Y',$scale=1,$nooutputiferror=0)
@@ -150,7 +150,7 @@ class modPhpbarcode extends ModeleBarCode
* @param string $encoding Mode of encoding
* @param string $readable Code can be read
* @param integer $scale Scale
* @param integer $nooutputiferror No output if error
* @param integer $nooutputiferror No output if error
* @return int <0 if KO, >0 if OK
*/
function writeBarCode($code,$encoding,$readable='Y',$scale=1,$nooutputiferror=0)
@@ -169,4 +169,3 @@ class modPhpbarcode extends ModeleBarCode
}
}