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
When an anonymous class is given to a context, it is unable to resolve the classes of properties in the docblock, even if they are imported.
By removing the error on the given line (phpDocumentor/ReflectionCommon#21), I was able to get it to function; however it was still not resolving the namespace of the property.
When an anonymous class is given to a context, it is unable to resolve the classes of properties in the docblock, even if they are imported.
By removing the error on the given line (phpDocumentor/ReflectionCommon#21), I was able to get it to function; however it was still not resolving the namespace of the property.
Code sample:
https://gist.github.com/iggyvolz/5061fe63090588d0f4f96874380b5ef3
The text was updated successfully, but these errors were encountered: