Skip to content

Commit 98e5919

Browse files
committed
chore: PHP CS Fixer
1 parent 18e2f98 commit 98e5919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Middleware/FallbackMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function handleViaFallback(ServerRequestInterface $request): ResponseI
6161
}
6262

6363
$possibleStaticFile = $this->identifierBuilder->getFilepath((string) $uri);
64-
64+
6565
$config = $this->getCacheConfiguration($possibleStaticFile);
6666

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

0 commit comments

Comments
 (0)