Completed
Push — master ( 776184...43ac10 )
by Alex
01:28
created
Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
         $paremeters = [];
291 291
         $patternsCount = count($cleanPattern);
292 292
 
293
-        for ($i = 0; $i < $patternsCount; $i ++) {
293
+        for ($i = 0; $i < $patternsCount; $i++) {
294 294
             if (\Mezon\Router\Utils::isParameter($cleanPattern[$i])) {
295 295
                 $parameterName = $this->_matchParameterAndComponent($cleanRoute[$i], $cleanPattern[$i]);
296 296
 
Please login to merge, or discard this patch.