@@ -40,7 +40,7 @@ |
||
| 40 | 40 | * |
| 41 | 41 | * @param string $term |
| 42 | 42 | * |
| 43 | - * @return Eloquent\Collection|static[] |
|
| 43 | + * @return Eloquent\Collection |
|
| 44 | 44 | */ |
| 45 | 45 | public function searchTags($term) |
| 46 | 46 | { |
@@ -229,7 +229,7 @@ |
||
| 229 | 229 | /** |
| 230 | 230 | * Returns list of user statuses |
| 231 | 231 | * |
| 232 | - * @return array |
|
| 232 | + * @return string[] |
|
| 233 | 233 | */ |
| 234 | 234 | public static function getStatuses() |
| 235 | 235 | { |