Completed
Branch scrut_call_static (6d8914)
by Alexander
01:56
created
src/Entity.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
     /**
64 64
      * @param string[] ...$relation_names any list of relations to return
65
-     * @return object instance of class that has Entity trait
65
+     * @return Entity instance of class that has Entity trait
66 66
      */
67 67
     public function with(string ...$relation_names)
68 68
     {
Please login to merge, or discard this patch.