Skip to content

Commit f4a6ad8

Browse files
authored
Fix the CacheInvalidation fix for code scanners
1 parent 34d98ee commit f4a6ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymfonyCache/CacheInvalidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class_alias(
4242
/**
4343
* Provide an empty interface for code scanners.
4444
*/
45-
interface SearchHandler extends HttpKernelInterface
45+
interface CacheInvalidation extends HttpKernelInterface
4646
{
4747
}
4848
}

0 commit comments

Comments
 (0)