Skip to content

Commit f58b37a

Browse files
committed
minor symfony#57412 [Cache] mark RedisProxyTrait as internal (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Cache] mark RedisProxyTrait as internal | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 06fe305 mark RedisProxyTrait as internal
2 parents e0ad00c + 06fe305 commit f58b37a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Cache/Traits/RedisProxyTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
namespace Symfony\Component\Cache\Traits;
1313

14+
/**
15+
* @internal
16+
*/
1417
trait RedisProxyTrait
1518
{
1619
private \Closure $initializer;

0 commit comments

Comments
 (0)