Skip to content

Commit

Permalink
chore: PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Dec 10, 2024
1 parent 18e2f98 commit 98e5919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Middleware/FallbackMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function handleViaFallback(ServerRequestInterface $request): ResponseI
}

$possibleStaticFile = $this->identifierBuilder->getFilepath((string) $uri);

$config = $this->getCacheConfiguration($possibleStaticFile);

if (isset($config['invalidAtTimestamp']) && $config['invalidAtTimestamp'] < time()) {
Expand Down

0 comments on commit 98e5919

Please sign in to comment.