Passed
Push — master ( adf353...32c19c )
by Luiz Kim
01:27
created
src/Service/NFeService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class NFeService extends NFePHP
9 9
 {
10
-    public function createNfe(Order $order, $model, $version =  '4.0')
10
+    public function createNfe(Order $order, $model, $version = '4.0')
11 11
     {
12 12
 
13 13
         $this->model = $model;
Please login to merge, or discard this patch.
src/Library/NFePHP.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
 
133 133
     protected function makeProds(Order $order)
134 134
     {
135
-        $products  = [];
135
+        $products = [];
136 136
         $item = 1;
137 137
         foreach ($products as $product) {
138 138
 
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
         //infNFe OBRIGATÓRIA
196 196
         $std = new \stdClass();
197 197
         $std->Id = '';
198
-        $std->versao =  $version;
198
+        $std->versao = $version;
199 199
         $this->make->taginfNFe($std);
200 200
     }
201 201
 
Please login to merge, or discard this patch.