Completed
Push — master ( 9876bd...dac3f4 )
by Alexpts
04:49
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.