Passed
Push — master ( 32c19c...a1e314 )
by Luiz Kim
01:39 queued 14s
created
src/Library/NFePHP.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     //prod OBRIGATÓRIA
134 134
     protected function makeProds(Order $order)
135 135
     {
136
-        $orderProducts  = $order->getOrderProducts();
136
+        $orderProducts = $order->getOrderProducts();
137 137
         $item = 1;
138 138
         foreach ($orderProducts as $orderProducts) {
139 139
             $product = $orderProducts->getProduct();
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
         //infNFe OBRIGATÓRIA
197 197
         $std = new \stdClass();
198 198
         $std->Id = '';
199
-        $std->versao =  $version;
199
+        $std->versao = $version;
200 200
         $this->make->taginfNFe($std);
201 201
     }
202 202
 
Please login to merge, or discard this patch.