@@ -290,7 +290,7 @@ |
||
290 | 290 | protected function referenceLookup(/*# string */ $name) |
291 | 291 | { |
292 | 292 | if ($this->hasDelegator()) { |
293 | - $delegator = $this->getDelegator(); |
|
293 | + $delegator = $this->getDelegator(); |
|
294 | 294 | if ($delegator instanceof ChainingInterface) { |
295 | 295 | $val = $delegator->delegatedGet($name); |
296 | 296 | } else { |