Passed
Push — master ( 356755...14835f )
by Gerrit
04:25
created
ValueResolver/CallDefinitionExecuter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,10 +112,10 @@
 block discarded – undo
112 112
                 $callee = $context->getEntity();
113 113
 
114 114
             } elseif (in_array($objectReference, ['self', 'this'])) {
115
-                $callee = $hydrationStack[count($hydrationStack)-1];
115
+                $callee = $hydrationStack[count($hydrationStack) - 1];
116 116
 
117 117
             } elseif (in_array($objectReference, ['parent'])) {
118
-                $callee = $hydrationStack[count($hydrationStack)-2];
118
+                $callee = $hydrationStack[count($hydrationStack) - 2];
119 119
 
120 120
             } elseif ($objectReference[0] === '@') {
121 121
                 /** @var string $serviceId */
Please login to merge, or discard this patch.