@@ -340,7 +340,7 @@ discard block |
||
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 |
||
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 | ); |