Simple forum software for building great communities.
Go to file
Sami Mazouz 0754de8d1b Pass callback wrapper parameters by reference (#2485)
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.
2020-12-06 14:58:45 -05:00
framework/core Pass callback wrapper parameters by reference (#2485) 2020-12-06 14:58:45 -05:00