Passed
Branch master (9f48fa)
by César
04:10
created
src/Router.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      */
112 112
     protected function checkCommonProblems()
113 113
     {
114
-         if( static::hasRouteValid() ) {
114
+            if( static::hasRouteValid() ) {
115 115
             return false;
116 116
         }
117 117
 
Please login to merge, or discard this patch.