@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Let Eloquent only use the created_at column. |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return string[] |
|
32 | 32 | */ |
33 | 33 | public function getDates() |
34 | 34 | { |
@@ -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 | { |