OSDN Git Service

phpcs: blank line found at end of control structure
authorJefersson Nathan <admin@phpse.net>
Thu, 22 Dec 2016 11:18:30 +0000 (08:18 -0300)
committerJefersson Nathan <admin@phpse.net>
Thu, 22 Dec 2016 11:18:30 +0000 (08:18 -0300)
src/Router.php

index f58c1bb..1443f0d 100755 (executable)
@@ -136,7 +136,6 @@ class Router
                         $params[$name] = $matches[$key];
                     }
                 }
-
             }
 
             $routes->setParameters($params);