@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | $reflectionClass = new ReflectionClass($object); |
| 40 | 40 | foreach ($reflectionClass->getProperties() as $property) { |
| 41 | - if (! $injection = $this->getInjection($property)) { |
|
| 41 | + if (!$injection = $this->getInjection($property)) { |
|
| 42 | 42 | continue; |
| 43 | 43 | } |
| 44 | 44 | |