Continuous Integration Fixes
This commit is contained in:
parent
03952677f6
commit
5ccbc66134
2 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ final class CachedResponse
|
|||
/** @var Response|null $response */
|
||||
$response = unserialize($serialized);
|
||||
$event->response = $response;
|
||||
|
||||
$event->stopped = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ final class CachedRouteCollector
|
|||
/** @var Handler[] $routes */
|
||||
$routes = unserialize(file_get_contents(self::ROUTES_DIR));
|
||||
$event->routes = $routes;
|
||||
|
||||
$event->stopped = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue