Test Setup Failed
Push — master ( e82b6f...d9b8f8 )
by Mathieu
01:56
created
src/Charcoal/Model/AbstractModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -308,7 +308,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.