Passed
Push — master ( 058cee...28946b )
by Florent
02:45
created
src/start.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
     $pages = preg_grep('~\.(html)$~', scandir($pagesDir));
217 217
     foreach ($pages as $page) {
218 218
         $route = substr($page, 0, strrpos($page, "."));
219
-        $group->get('' . $route, function ($request, $response) {
219
+        $group->get('' . $route, function($request, $response) {
220 220
             $settings = $this->get('settings');
221 221
             $uri = $request->getUri();
222 222
             $route = substr(strrchr($uri, "/"), 1);
Please login to merge, or discard this patch.