Completed
Branch scrutinizer_improvements (f68ca2)
by Alexander
02:11
created
src/Entity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     public function __call(string $method, array $args = [])
40 40
     {
41
-        $refresh = (bool) array_shift($args);
41
+        $refresh = (bool)array_shift($args);
42 42
         return $this->getRelatedModel($method, $refresh);
43 43
     }
44 44
 
Please login to merge, or discard this patch.