Completed
Push — master ( cb65ef...3ea29d )
by recca
01:25
created
src/Http/Controllers/LaravelTracyController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
      * @param \Recca0120\LaravelTracy\DebuggerManager $debuggerManager
16 16
      * @param \Illuminate\Http\Request $request
17 17
      * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory
18
-     * @param string $type
19 18
      * @return \Illuminate\Http\Response
20 19
      */
21 20
     public function bar(DebuggerManager $debuggerManager, Request $request, ResponseFactory $responseFactory)
Please login to merge, or discard this patch.
src/DebuggerManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@
 block discarded – undo
262 262
      *
263 263
      * @param string $content
264 264
      * @param string $method
265
-     * @param array $appendTo
265
+     * @param array $appendTags
266 266
      * @return string
267 267
      */
268 268
     protected function render($content, $method, $appendTags = ['body'])
Please login to merge, or discard this patch.