You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems ReflectionFunction::createFromClosure does not support first class callables. Is there any other way to get reflection of given closure created by first-class callable?
The text was updated successfully, but these errors were encountered:
This code throws
NoClosureOnLine
exceptionit seems
ReflectionFunction::createFromClosure
does not support first class callables. Is there any other way to get reflection of given closure created by first-class callable?The text was updated successfully, but these errors were encountered: