@@ -56,7 +56,7 @@ |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
59 | - * @return array |
|
59 | + * @return Field[] |
|
60 | 60 | */ |
61 | 61 | public function getChildAttr() |
62 | 62 | { |
@@ -321,7 +321,7 @@ |
||
321 | 321 | |
322 | 322 | /** |
323 | 323 | * @param $name |
324 | - * @return mixed|null |
|
324 | + * @return Fields\Field|null |
|
325 | 325 | */ |
326 | 326 | public function __get($name) |
327 | 327 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
34 | - * @param FormInterface|Field $context |
|
34 | + * @param FormInterface $context |
|
35 | 35 | * @param Field[] $fields |
36 | 36 | * @return array |
37 | 37 | */ |
@@ -127,7 +127,7 @@ |
||
127 | 127 | |
128 | 128 | /** |
129 | 129 | * @param string $browser |
130 | - * @return null|string |
|
130 | + * @return string|false |
|
131 | 131 | */ |
132 | 132 | private function robot($browser) |
133 | 133 | { |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * @param $dateTime |
40 | 40 | * @param null|mixed $now |
41 | - * @return int |
|
41 | + * @return double |
|
42 | 42 | */ |
43 | 43 | public function diffInMonths($dateTime, $now = null) |
44 | 44 | { |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | } |
107 | 107 | |
108 | 108 | /** |
109 | - * @return \Coyote\Microblog[] |
|
109 | + * @return \Illuminate\Database\Eloquent\Collection |
|
110 | 110 | */ |
111 | 111 | public function popular() |
112 | 112 | { |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | /** |
139 | 139 | * @param \Coyote\Microblog[] $comments |
140 | 140 | * @param \Illuminate\Database\Eloquent\Collection $microblogs |
141 | - * @return \Coyote\Microblog[] |
|
141 | + * @return \Illuminate\Database\Eloquent\Collection |
|
142 | 142 | */ |
143 | 143 | private function mergeComments($comments, $microblogs) |
144 | 144 | { |