@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | |
55 | 55 | /** |
56 | 56 | * Get the services provided by the provider |
57 | - * @return array |
|
57 | + * @return string[] |
|
58 | 58 | */ |
59 | 59 | public function provides() |
60 | 60 | { |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | /** |
65 | 65 | * Generates a dictionary from the file referenced by the path specified |
66 | 66 | * |
67 | - * @param $path |
|
67 | + * @param string $path |
|
68 | 68 | * |
69 | 69 | * @return array |
70 | 70 | */ |