@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * Let Eloquent only use the created_at column. |
31 | 31 | * |
32 | - * @return array |
|
32 | + * @return string[] |
|
33 | 33 | */ |
34 | 34 | public function getDates() |
35 | 35 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Get the services provided by the provider. |
44 | 44 | * |
45 | - * @return array |
|
45 | + * @return string[] |
|
46 | 46 | */ |
47 | 47 | public function provides() |
48 | 48 | { |