@@ -21,7 +21,7 @@ |
||
21 | 21 | * Generate the output. |
22 | 22 | * |
23 | 23 | * @param \Illuminate\Support\Collection $detectedQueries |
24 | - * @param \Symfony\Component\HttpFoundation\Response|null $response |
|
24 | + * @param Response $response |
|
25 | 25 | * @return void |
26 | 26 | */ |
27 | 27 | public function output(Collection $detectedQueries, Response $response) |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Find the source. |
120 | 120 | * |
121 | - * @param array $stack |
|
121 | + * @param Collection $stack |
|
122 | 122 | * @return array |
123 | 123 | */ |
124 | 124 | protected function findSource($stack) |
@@ -259,9 +259,9 @@ discard block |
||
259 | 259 | /** |
260 | 260 | * Get the output. |
261 | 261 | * |
262 | - * @param mixed $request |
|
262 | + * @param \Illuminate\Http\Request $request |
|
263 | 263 | * @param Response $response |
264 | - * @return mixed |
|
264 | + * @return Response |
|
265 | 265 | */ |
266 | 266 | public function output($request, $response) |
267 | 267 | { |