Passed
Push — main ( 961906...4cac72 )
by Breno
01:55
created
src/Autowiring/Attributes/AttributesInjection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.