Continuous Integration Fixes

This commit is contained in:
Continuous Integration 2023-12-01 21:18:56 +00:00
parent 1ce4f5526b
commit d2461fa000
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@ final class CachedResponse
/** @var Response|null $response */
$response = unserialize($serialized);
$event->response = $response;
$event->stopped = true;
}

View file

@ -29,7 +29,6 @@ final class CachedRouteCollector
/** @var Handler[] $routes */
$routes = unserialize(file_get_contents(self::ROUTES_DIR));
$event->routes = $routes;
$event->stopped = true;
}