Commit df912ce
committed
minor symfony#58096 [DependencyInjection] Fix error message typo in
This PR was merged into the 5.4 branch.
Discussion
----------
[DependencyInjection] Fix error message typo in `YamlFileLoader`
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
This fixes a small typo in an error message inside `YamlFileLoader`.
Commits
-------
26dcae8 [DependencyInjection] Fix error message typo in YamlFileLoaderYamlFileLoader (edsrzf)File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/DependencyInjection/Loader
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
0 commit comments