@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Send all headers |
44 | 44 | * |
45 | - * @return void |
|
45 | + * @return boolean |
|
46 | 46 | */ |
47 | 47 | public function areOk() |
48 | 48 | { |
@@ -95,7 +95,7 @@ |
||
95 | 95 | * Handle requests |
96 | 96 | * |
97 | 97 | * @param Request $request |
98 | - * @param Header $headers |
|
98 | + * @param Headers $headers |
|
99 | 99 | */ |
100 | 100 | public function handle(Request &$request, Headers $headers) |
101 | 101 | { |