@@ -12,7 +12,7 @@ |
||
12 | 12 | private $relations; |
13 | 13 | |
14 | 14 | /** |
15 | - * @param string|string[] $relations |
|
15 | + * @param string[] $relations |
|
16 | 16 | */ |
17 | 17 | public function __construct($relations) |
18 | 18 | { |
@@ -544,7 +544,7 @@ |
||
544 | 544 | } |
545 | 545 | |
546 | 546 | /** |
547 | - * @param mixed $features |
|
547 | + * @param Feature[] $features |
|
548 | 548 | */ |
549 | 549 | public function setDefaultFeatures($features) |
550 | 550 | { |
@@ -24,6 +24,9 @@ |
||
24 | 24 | ]); |
25 | 25 | } |
26 | 26 | |
27 | + /** |
|
28 | + * @param Firm $firm |
|
29 | + */ |
|
27 | 30 | private function gallery($firm) |
28 | 31 | { |
29 | 32 | $result = []; |
@@ -80,7 +80,7 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @return \Coyote\Tag[]|null |
|
83 | + * @return null|\Illuminate\Support\Collection |
|
84 | 84 | */ |
85 | 85 | private function getUserPopularTags() |
86 | 86 | { |