Completed
Push — master ( 5df911...224212 )
by Diego
02:17
created
src/Bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         $cacheFile = $this->config['paths']['routesCache'].'/'.$cacheFileName;
121 121
 
122 122
         if (!file_exists($cacheFile)) {
123
-            array_map('unlink', glob( $this->config['paths']['routesCache'].'/*.cache'));
123
+            array_map('unlink', glob($this->config['paths']['routesCache'].'/*.cache'));
124 124
         }
125 125
 
126 126
         $dispatcher = \FastRoute\cachedDispatcher(
Please login to merge, or discard this patch.