@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Check if value is integer. |
18 | 18 | * |
19 | - * @param mixed $value |
|
19 | + * @param integer $value |
|
20 | 20 | * |
21 | 21 | * @return bool |
22 | 22 | */ |
@@ -73,7 +73,7 @@ |
||
73 | 73 | /** |
74 | 74 | * Get the services provided by the provider. |
75 | 75 | * |
76 | - * @return array |
|
76 | + * @return string[] |
|
77 | 77 | */ |
78 | 78 | public function provides() |
79 | 79 | { |