@@ -112,10 +112,10 @@ |
||
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 */ |