clean phpdoc for phpstan (#26905)

This commit is contained in:
Frédéric FRANCE
2023-12-01 19:51:32 +01:00
committed by GitHub
parent 0d1983766e
commit 53c8a3acf8
202 changed files with 1004 additions and 1004 deletions

View File

@@ -131,7 +131,7 @@ class modPhpbarcode extends ModeleBarCode
* @param string $readable Code can be read (What is this ? is this used ?)
* @param integer $scale Scale
* @param integer $nooutputiferror No output if error
* @return int <0 if KO, >0 if OK
* @return int Return integer <0 if KO, >0 if OK
*/
public function buildBarCode($code, $encoding, $readable = 'Y', $scale = 1, $nooutputiferror = 0)
{
@@ -181,7 +181,7 @@ class modPhpbarcode extends ModeleBarCode
* @param string $readable Code can be read
* @param integer $scale Scale
* @param integer $nooutputiferror No output if error
* @return int <0 if KO, >0 if OK
* @return int Return integer <0 if KO, >0 if OK
*/
public function writeBarCode($code, $encoding, $readable = 'Y', $scale = 1, $nooutputiferror = 0)
{