@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | |
161 | 161 | private function getManagerFactory() |
162 | 162 | { |
163 | - return function (string $name) { |
|
163 | + return function(string $name) { |
|
164 | 164 | $mock = $this->createMock(ObjectManager::class); |
165 | 165 | |
166 | 166 | $driver = $this->createMock(MappingDriver::class); |
@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | |
207 | 207 | protected function getService($name) |
208 | 208 | { |
209 | - if (! isset($this->services[$name])) { |
|
209 | + if (!isset($this->services[$name])) { |
|
210 | 210 | $this->services[$name] = call_user_func($this->managerFactory, $name); |
211 | 211 | } |
212 | 212 |