@@ -51,11 +51,11 @@ |
||
51 | 51 | */ |
52 | 52 | public function getService(string $serviceId) |
53 | 53 | { |
54 | - if(($service = $this->get($serviceId)) !== null) |
|
54 | + if (($service = $this->get($serviceId)) !== null) |
|
55 | 55 | { |
56 | 56 | return $service; |
57 | 57 | } |
58 | - if(($locator = $this->locator()) !== null && $locator->has($serviceId)) |
|
58 | + if (($locator = $this->locator()) !== null && $locator->has($serviceId)) |
|
59 | 59 | { |
60 | 60 | return $locator->get($serviceId); |
61 | 61 | } |