@@ -82,6 +82,9 @@ discard block |
||
82 | 82 | } |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param Collection $stack |
|
87 | + */ |
|
85 | 88 | protected function findSource($stack) |
86 | 89 | { |
87 | 90 | $sources = []; |
@@ -176,6 +179,9 @@ discard block |
||
176 | 179 | $outputType->output($this->getDetectedQueries(), $response); |
177 | 180 | } |
178 | 181 | |
182 | + /** |
|
183 | + * @param \Illuminate\Http\Response $response |
|
184 | + */ |
|
179 | 185 | public function output($request, $response) |
180 | 186 | { |
181 | 187 | if ($this->getDetectedQueries()->isNotEmpty()) { |