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
The ContextFactory::createForNamespace() wrongly detect use statements for class, f.e. if I have closure with use statement it's detected as a use statement for trait, but shouldn't:
The
ContextFactory::createForNamespace()
wrongly detect use statements for class, f.e. if I have closure withuse
statement it's detected as a use statement for trait, but shouldn't:The text was updated successfully, but these errors were encountered: