mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
056d420c7b
Because invokable class objects are not directly called and instead it's the callback wrapper that calls these objects, it's currently not possible to receive arguments by reference on an invokable class. To fix this we pass the arguments by reference by default when calling the object in the callback wrapper. |
||
---|---|---|
.. | ||
Foundation | ||
Install | ||
Settings | ||
User | ||
TestCase.php |