Commit ac67b6a
committed
minor symfony#60732 [DependencyInjection] Improve docblock on compile() (Crell)
This PR was submitted for the 7.4 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[DependencyInjection] Improve docblock on compile()
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
This is just a documentation fix to make the `$resolveEnvPlaceholders` parameter more self-explanatory. Its current form confused me greatly and I had it set wrong because I was confused.
Commits
-------
d890828 Improve docblock on compile()File tree
1 file changed
+5
-4
lines changed- src/Symfony/Component/DependencyInjection
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
749 | 750 | | |
750 | 751 | | |
751 | 752 | | |
| |||
0 commit comments