Skip to content

Commit 38b5f3c

Browse files
committed
cs fix
1 parent a24f400 commit 38b5f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/Router/Attributes/Cache.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ public function after(RequestInterface $request, ResponseInterface $response): ?
132132

133133
protected function generateCacheKey(RequestInterface $request): string
134134
{
135-
return 'route_cache_' . hash('xxh128',
135+
return 'route_cache_' . hash(
136+
'xxh128',
136137
$request->getMethod() .
137138
$request->getUri()->getPath() .
138139
$request->getUri()->getQuery() .

0 commit comments

Comments
 (0)