We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scanner erroneously complains when there are backslashes (\) in the 'use' statement.
no complaint
Flags statement with " Syntax error, unexpected T_STRING, expecting '{' "
Open .php file using php mode. Enter line similar to the following:
use Joomla\CMS\Factory;
No response
1.11.2
The text was updated successfully, but these errors were encountered:
I'd be curious to hear if @nikic has any input here why our lexer based on his library does not handle use namespaces correctly
Sorry, something went wrong.
Fixed and released in 1.12.0
andrewnester
No branches or pull requests
Describe the bug
scanner erroneously complains when there are backslashes (\) in the 'use' statement.
Expected Behavior
no complaint
Current Behavior
Flags statement with " Syntax error, unexpected T_STRING, expecting '{' "
Reproduction Steps
Open .php file using php mode. Enter line similar to the following:
use Joomla\CMS\Factory;
Possible Solution
No response
Additional Information/Context
No response
Ace Version
1.11.2
The text was updated successfully, but these errors were encountered: