Completed
Push — master ( bb0589...17dbe5 )
by Alexpts
10:53
created
src/PTS/Middleware/MiddlewareManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function __invoke(ServerRequestInterface $request)
28 28
     {
29 29
         if (empty($this->middlewares)) {
30
-           return null;
30
+            return null;
31 31
         }
32 32
 
33 33
         $middleware = array_shift($this->middlewares);
Please login to merge, or discard this patch.