@@ -38,7 +38,7 @@ |
||
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 |
@@ -62,7 +62,7 @@ |
||
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 | { |