Commit f6e0bf3
committed
minor #17380 [Doctrine/Events] Fix bad argument name in example (neghmurken)
This PR was submitted for the 6.1 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Doctrine/Events] Fix bad argument name in example
The ContainerConfigurator variable name used in method argument did not match the name used in the method body
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
bdb7399 [Doctrine/Events] Fix bad argument name in example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments