Completed
Push — master ( e72b03...e369d7 )
by Maxim
02:53
created
src/router/Routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
              * @var int $k
119 119
              * @var array $route
120 120
              */
121
-            foreach ((array)$this->config as $k => $route) {
121
+            foreach ((array) $this->config as $k => $route) {
122 122
                 if ($route[1] === $beforeRoute) {
123 123
                     $k > 1
124 124
                         ? \array_splice($this->config, $k, 0, [$routeDefinition])
Please login to merge, or discard this patch.