Passed
Push — master ( 09501e...40a703 )
by Vasyl
02:07
created
src/Middleware/UrlAliasMiddleware.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
      */
123 123
     public function customize($request, Closure $next)
124 124
     {
125
-       //...
125
+        //...
126 126
         return $next($request);
127 127
     }
128 128
 
Please login to merge, or discard this patch.