Passed
Push — master ( 58c7e8...6329ae )
by Vasyl
01:51
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.