Commit de070b6
committed
minor #21616 Rename parameters in prependExtension methods (alexandre-castelain)
This PR was submitted for the 8.0 branch but it was merged into the 6.4 branch instead.
Discussion
----------
Rename parameters in prependExtension methods
It seems like the prependExtension signature was not correct see : https://github.com/symfony/symfony/blob/v8.0.0/src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php#L34
I got the error after generating the `prependExtension` function, the parameters names were not fitting the body of the function (that I copy/pasted from the documentation).
Commits
-------
afe76da Rename parameters in prependExtension methods1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments