Passed
Push — master ( 514b7b...ca1761 )
by Roberto
49s queued 10s
created
src/DanfcePos.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.