@@ -222,7 +222,7 @@ |
||
| 222 | 222 | { |
| 223 | 223 | $this->logoFile = $file; |
| 224 | 224 | |
| 225 | - if($file) |
|
| 225 | + if ($file) |
|
| 226 | 226 | { |
| 227 | 227 | $this->setUpdatedAt(new \DateTime()); |
| 228 | 228 | } |
@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | */ |
| 31 | 31 | public function addVendor(VendorInterface $vendor) |
| 32 | 32 | { |
| 33 | - if(!$this->vendors->contains($vendor)) { |
|
| 33 | + if (!$this->vendors->contains($vendor)) { |
|
| 34 | 34 | $this->vendors->add($vendor); |
| 35 | 35 | } |
| 36 | 36 | } |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | */ |
| 41 | 41 | public function removeVendor(VendorInterface $vendor) |
| 42 | 42 | { |
| 43 | - if($this->vendors->contains($vendor)) { |
|
| 43 | + if ($this->vendors->contains($vendor)) { |
|
| 44 | 44 | $this->vendors->removeElement($vendor); |
| 45 | 45 | } |
| 46 | 46 | } |