Completed
Push — master ( 153e89...b4c38a )
by recca
02:18
created
src/Middleware/RenderBar.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      * shouldNotRenderBar.
100 100
      *
101 101
      * @param \Symfony\Component\HttpFoundation\Response $response
102
-     * @param \Illuminte\Http\Request $request
102
+     * @param Request $request
103 103
      *
104 104
      * @return bool
105 105
      */
Please login to merge, or discard this patch.
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\LaravelTracy\Middleware;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Contracts\Events\Dispatcher;
7
-use Recca0120\LaravelTracy\DebuggerManager;
8
-use Symfony\Component\HttpFoundation\Response;
9 6
 use Illuminate\Contracts\Routing\ResponseFactory;
7
+use Illuminate\Http\Request;
8
+use Recca0120\LaravelTracy\DebuggerManager;
10 9
 use Recca0120\LaravelTracy\Events\BeforeBarRender;
10
+use Symfony\Component\HttpFoundation\BinaryFileResponse;
11 11
 use Symfony\Component\HttpFoundation\RedirectResponse;
12
+use Symfony\Component\HttpFoundation\Response;
12 13
 use Symfony\Component\HttpFoundation\StreamedResponse;
13
-use Symfony\Component\HttpFoundation\BinaryFileResponse;
14 14
 
15 15
 class RenderBar
16 16
 {
Please login to merge, or discard this patch.