@@ -45,7 +45,6 @@ discard block |
||
45 | 45 | |
46 | 46 | /** |
47 | 47 | * Carrega o conector da impressora. |
48 | - * @param Printer $printer |
|
49 | 48 | */ |
50 | 49 | public function __construct(PrintConnector $connector) |
51 | 50 | { |
@@ -400,6 +399,10 @@ discard block |
||
400 | 399 | return ''; |
401 | 400 | } |
402 | 401 | |
402 | + /** |
|
403 | + * @param integer $pad_length |
|
404 | + * @param integer $pad_type |
|
405 | + */ |
|
403 | 406 | private function strPad( |
404 | 407 | $input, |
405 | 408 | $pad_length, |
@@ -418,7 +421,6 @@ discard block |
||
418 | 421 | |
419 | 422 | /** |
420 | 423 | * Function to encode a number as two bytes. This is straight out of Mike42\Escpos\Printer |
421 | - * @param int $tPag |
|
422 | 424 | * @return string |
423 | 425 | */ |
424 | 426 | private function intLowHigh($input, $length) |