Skip to content

Commit f0986ad

Browse files
committed
bug #43993 [FrameworkBundle] fix deprecation message (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] fix deprecation message | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #43963 | License | MIT | Doc PR | - Commits ------- 77819bf487 [FrameworkBundle] fix deprecation message
2 parents fbd0bff + f46d86b commit f0986ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
->alias(CacheItemPoolInterface::class, 'cache.app')
246246

247247
->alias(AdapterInterface::class, 'cache.app')
248-
->deprecate('symfony/framework-bundle', '5.4', 'The "%alias_id%" alias is deprecated, use "%s" instead.', CacheItemPoolInterface::class)
248+
->deprecate('symfony/framework-bundle', '5.4', sprintf('The "%%alias_id%%" alias is deprecated, use "%s" instead.', CacheItemPoolInterface::class))
249249

250250
->alias(CacheInterface::class, 'cache.app')
251251

0 commit comments

Comments
 (0)