Open railken opened 5 years ago
Invoking directly the method code can lead to unexpected code execution. Before executing the method a great filter could be the use of ReflectionFunctionAbstract::getReturnType. If not mandatory i think it sould be at least configurable.
ReflectionFunctionAbstract::getReturnType
Anyway, great package!
Good idea, can you create a PR for this?
Invoking directly the method code can lead to unexpected code execution. Before executing the method a great filter could be the use of
ReflectionFunctionAbstract::getReturnType
. If not mandatory i think it sould be at least configurable.Anyway, great package!