Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit83b1d71
committed
bug#37774 [Console] Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
This PR was merged into the 3.4 branch.Discussion----------[Console] Make sure we pass a numeric array of arguments to call_user_func_array()| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/AOn php 8, the unit tests fail with the following error:```ArgumentCountError: array_merge() does not accept unknown named parameters```This PR should fix the issue.Commits-------67102c3 [Console] Make sure we pass a numeric array of arguments to call_user_func_array().1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments
Comments
(0)