Completed
Push — master ( 6f649e...8b7e0e )
by Marcel
01:26
created
src/QueryDetector.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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()) {
Please login to merge, or discard this patch.