Passed
Push — master ( 0fefbd...ae3b04 )
by Luiz Kim
04:28 queued 02:15
created
src/Entity/Order.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
         $this->invoiceTax   = new ArrayCollection();
341 341
         $this->invoice      = new ArrayCollection();
342 342
         $this->task         = new ArrayCollection();
343
-        $this->orderProductQueue   = new ArrayCollection();
343
+        $this->orderProductQueue = new ArrayCollection();
344 344
         $this->orderProducts = new ArrayCollection();
345 345
         // $this->parkingDate  = new \DateTime('now');
346 346
         $this->otherInformations = json_encode(new stdClass());
@@ -898,7 +898,7 @@  discard block
 block discarded – undo
898 898
             return false;
899 899
 
900 900
         return $currentUser->getPeople()->getLink()->exists(
901
-            function ($key, $element) use ($provider) {
901
+            function($key, $element) use ($provider) {
902 902
                 return $element->getCompany() === $provider;
903 903
             }
904 904
         );
Please login to merge, or discard this patch.