Problem/Motivation
OptionsRequestSubscriber uses call_user_func_array() unnecessarily.
Proposed resolution
Remove call_user_func_array(). This event subscriber is fully tested in OptionsRequestSubscriberTest
Remaining tasks
User interface changes
None
API changes
None
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | event.png | 9.89 KB | chanderbhushan |
| #2 | 2960507-2.patch | 1.12 KB | alexpott |
Comments
Comment #2
alexpottComment #3
chanderbhushan commented@alexpott, I have tested your patch. working fine.
Comment #4
dawehnerToo bad we cannot use
..., given this could be used instead, too.Comment #6
MixologicTestbot Snafu.
Comment #7
wim leers👌
Comment #8
catchComment #9
catchCommitted e74d54b and pushed to 8.6.x. Thanks!