@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | public $format; |
19 | 19 | |
20 | 20 | /** |
21 | - * @param $error |
|
21 | + * @param string $error |
|
22 | 22 | */ |
23 | 23 | function __construct($error) |
24 | 24 | { |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
39 | - * @param $format |
|
39 | + * @param string $format |
|
40 | 40 | */ |
41 | 41 | public function format($format) |
42 | 42 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Get the services provided by the provider. |
57 | 57 | * |
58 | - * @return array |
|
58 | + * @return string[] |
|
59 | 59 | */ |
60 | 60 | public function provides() |
61 | 61 | { |