@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Get the services provided by the provider. |
49 | 49 | * |
50 | - * @return array |
|
50 | + * @return string[] |
|
51 | 51 | */ |
52 | 52 | public function provides() |
53 | 53 | { |
@@ -21,9 +21,9 @@ |
||
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param $response |
24 | - * @param $status |
|
24 | + * @param integer $status |
|
25 | 25 | * @param $headers |
26 | - * @param $options |
|
26 | + * @param integer $options |
|
27 | 27 | * |
28 | 28 | * @return $this|\Illuminate\Http\JsonResponse |
29 | 29 | */ |