Completed
Push — master ( 53efcc...3fba58 )
by Roberto
07:11 queued 04:15
created
src/DanfcePos.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      * a mesma deverá já ter sido pré definida inclusive seu
69 69
      * conector
70 70
      *
71
-     * @param PrinterInterface $this->printer
71
+     * @param PrinterInterface $printer
72 72
      */
73 73
     public function __construct(PrinterInterface $printer)
74 74
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
  * em caso de contingência criar duas vias consumidor e estabelecimento
10 10
  */
11 11
 
12
-use Posprint\Printers\PrinterInterface;
13 12
 use InvalidArgumentException;
13
+use Posprint\Printers\PrinterInterface;
14 14
 
15 15
 class DanfcePos
16 16
 {
Please login to merge, or discard this patch.