Completed
Push — master ( 2b8baa...0dfba3 )
by Bapao
02:32
created
src/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     protected $container;
23 23
 
24 24
     /** @var array */
25
-    protected $middlewareStack = [];
25
+    protected $middlewareStack = [ ];
26 26
 
27 27
     /**
28 28
      * Application constructor.
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      */
72 72
     public function addMiddleware($middleware)
73 73
     {
74
-        $this->middlewareStack[] = $middleware;
74
+        $this->middlewareStack[ ] = $middleware;
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.