@@ -308,7 +308,7 @@ |
||
308 | 308 | public function propertyValue($propertyIdent) |
309 | 309 | { |
310 | 310 | $getter = $this->camelize($propertyIdent); |
311 | - $method = [ $this, $getter ]; |
|
311 | + $method = [$this, $getter]; |
|
312 | 312 | |
313 | 313 | if (is_callable($method)) { |
314 | 314 | return call_user_func($method); |