-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
in src/Router/RouteCollector/CachedCollector.php, line 60
TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
{
$cache = new ConfigCache($this->cacheFile, $this->debug);
if (!$cache->isFresh()) {
$routes = $this->wrappedCollector->getData();
// TODO: This seems a fragile way to handle this
if (!$this->isCacheable($routes)) {
return $routes;
}
$cache->write('<?php return '.var_export($routes, true).';');Posted from SensioLabsInsight
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels