Skip to content

Commit 1d4691c

Browse files
committed
minor #13882 Update cache_invalidation.rst (atailouloute)
This PR was merged into the 5.0 branch. Discussion ---------- Update cache_invalidation.rst Commits ------- 2770c09 Update cache_invalidation.rst
2 parents f7353eb + 2770c09 commit 1d4691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ to support the ``PURGE`` HTTP method::
6060

6161
class CacheKernel extends HttpCache
6262
{
63-
protected function invalidate(Request $request, $catch = false)
63+
protected function invalidate(Request $request, bool $catch = false)
6464
{
6565
if ('PURGE' !== $request->getMethod()) {
6666
return parent::invalidate($request, $catch);

0 commit comments

Comments
 (0)