Passed
Pull Request — master (#91)
by
unknown
02:14
created
src/Tools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
             //verifica se o evento pertence ao grupo indicado
132 132
             if (!in_array($evt->alias(), $this->grupos[$grupo])) {
133 133
                 throw new RuntimeException(
134
-                    'O evento '. $evt->alias() . ' não pertence a este grupo [ '
134
+                    'O evento ' . $evt->alias() . ' não pertence a este grupo [ '
135 135
                     . $this->eventGroup[$grupo] . ' ].'
136 136
                 );
137 137
             }
Please login to merge, or discard this patch.
src/Factories/EvtInfoEmpregador.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\eSocial\Common\Factory;
19 19
 use NFePHP\eSocial\Common\FactoryInterface;
20
-use NFePHP\eSocial\Common\FactoryId;
21 20
 use NFePHP\Common\Certificate;
22 21
 use stdClass;
23 22
 
Please login to merge, or discard this patch.
src/Factories/EvtIrrfBenef.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\eSocial\Common\Factory;
19 19
 use NFePHP\eSocial\Common\FactoryInterface;
20
-use NFePHP\eSocial\Common\FactoryId;
21 20
 use NFePHP\Common\Certificate;
22 21
 use stdClass;
23 22
 
Please login to merge, or discard this patch.
src/Factories/EvtReintegr.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\eSocial\Common\Factory;
19 19
 use NFePHP\eSocial\Common\FactoryInterface;
20
-use NFePHP\eSocial\Common\FactoryId;
21 20
 use NFePHP\Common\Certificate;
22 21
 use stdClass;
23 22
 
Please login to merge, or discard this patch.
src/Factories/EvtTSVTermino.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             "procEmi",
86 86
             $this->procEmi,
87 87
             true
88
-        );        $this->dom->addChild(
88
+        ); $this->dom->addChild(
89 89
             $ideEvento,
90 90
             "verProc",
91 91
             $this->verProc,
Please login to merge, or discard this patch.
src/Factories/EvtCAT.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             "procEmi",
86 86
             $this->procEmi,
87 87
             true
88
-        );        $this->dom->addChild(
88
+        ); $this->dom->addChild(
89 89
             $ideEvento,
90 90
             "verProc",
91 91
             $this->verProc,
Please login to merge, or discard this patch.
src/Factories/EvtTabAmbiente.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             "procEmi",
86 86
             $this->procEmi,
87 87
             true
88
-        );        $this->dom->addChild(
88
+        ); $this->dom->addChild(
89 89
             $ideEvento,
90 90
             "verProc",
91 91
             $this->verProc,
Please login to merge, or discard this patch.
src/Factories/EvtTSVInicio.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             "procEmi",
86 86
             $this->procEmi,
87 87
             true
88
-        );        $this->dom->addChild(
88
+        ); $this->dom->addChild(
89 89
             $ideEvento,
90 90
             "verProc",
91 91
             $this->verProc,
Please login to merge, or discard this patch.
src/Factories/EvtTabLotacao.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             "procEmi",
86 86
             $this->procEmi,
87 87
             true
88
-        );        $this->dom->addChild(
88
+        ); $this->dom->addChild(
89 89
             $ideEvento,
90 90
             "verProc",
91 91
             $this->verProc,
Please login to merge, or discard this patch.