Skip to content

Commit 8f7f937

Browse files
committed
mark classes implementing the WarmableInterface as final
1 parent 4f0446a commit 8f7f937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CacheWarmer/ProxyCacheWarmer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* since this information is necessary to build the proxies in the first place.
2222
*
2323
* @author Benjamin Eberlei <kontakt@beberlei.de>
24+
*
25+
* @final since Symfony 7.1
2426
*/
2527
class ProxyCacheWarmer implements CacheWarmerInterface
2628
{

0 commit comments

Comments
 (0)