8000 minor #38036 [FrameworkBundle] Make AbstractPhpFileCacheWarmer public… · symfony/symfony@c653f2c · GitHub
[go: up one dir, main page]

Skip to content

Commit c653f2c

Browse files
committed
minor #38036 [FrameworkBundle] Make AbstractPhpFileCacheWarmer public (ossinkine)
This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] Make AbstractPhpFileCacheWarmer public | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT The same as #37951 but with 3.4 as base branch, see doctrine/DoctrineBundle#1196 (comment) cc @nicolas-grekas Commits ------- b82d9a2 Make AbstractPhpFileCacheWarmer public
2 parents 33cacad + b82d9a2 commit c653f2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
use Symfony\Component\Config\Resource\ClassExistenceResource;
2020
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
2121

22-
/**
23-
* @internal
24-
*/
2522
abstract class AbstractPhpFileCacheWarmer implements CacheWarmerInterface
2623
{
2724
private $phpArrayFile;

0 commit comments

Comments
 (0)
0