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
PHP7 introduced grouped use and it breaks with php companion since it doesn't support it. If you already have a use statement inside a group for a class and call find_use, you'll end up with a duplicate use.
PHP7 introduced grouped use and it breaks with php companion since it doesn't support it. If you already have a use statement inside a group for a class and call find_use, you'll end up with a duplicate use.
Would be great to add support for these
See https://wiki.php.net/rfc/group_use_declarations
The text was updated successfully, but these errors were encountered: