Completed
Push — master ( 7cc169...925729 )
by recca
02:52
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/LaravelTracyServiceProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * boot.
36 36
      *
37
-     * @param DebuggerManager $debuggerManager
38 37
      * @param \Illuminate\Contracts\Http\Kernel $kernel
39 38
      * @param \Illuminate\Contracts\View\Factory $view
40 39
      * @param \Illuminate\Routing\Router $router
Please login to merge, or discard this patch.