Commit d5e3f2f
committed
bug symfony#28639 [DI] add missing sprintf argument in AbstractRecursivePass::getExpressionLanguage (kaznovac)
This PR was merged into the 4.2-dev branch.
Discussion
----------
[DI] add missing sprintf argument in AbstractRecursivePass::getExpressionLanguage
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks? | no <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| License | MIT
runtime exception in AbstractRecursivePass::getExpressionLanguage is referencing service as third parameter in sprintf, but none was given.
Commits
-------
dc5bf84 third parameter of sprintf missing in AbstractRecursivePass::getExpressionLanguageFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/DependencyInjection/Compiler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments