Skip to content

Commit 02059f6

Browse files
feature #53151 mark classes implementing the WarmableInterface as final (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- mark classes implementing the `WarmableInterface` as `final` | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- a1cdb47bfe mark classes implementing the WarmableInterface as final
2 parents 4b650db + 8f7f937 commit 02059f6

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)