Completed
Push — master ( 2bd2b7...52a5fa )
by Alexpts
06:11 queued 04:28
created
src/PTS/Middleware/MiddlewareManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public function __invoke(RequestInterface $request)
27 27
     {
28 28
         if (empty($this->middlewares)) {
29
-           return null;
29
+            return null;
30 30
         }
31 31
 
32 32
         $middleware = array_shift($this->middlewares);
Please login to merge, or discard this patch.