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
Apache NetBeans 20
Get incorrect result we format the below example:
Example:
<?php namespace { use Vendor\Class1; $test = 1; }
Result:
PHP editor
default
No / Don't know
Ubuntu 22.04
JDK 19
Apache NetBeans provided installer
No response
Yes
The text was updated successfully, but these errors were encountered:
Fix incorrect formatting after use statements apache#6980
452a636
- apache#6980 - Fix the below case - Add unit tests Example: ```php <?php namespace { use Vendor\Class1; $test = 1; } ``` Before: ```php <?php namespace { use Vendor\Class1; $test = 1; } ``` After: ```php <?php namespace { use Vendor\Class1; $test = 1; } ```
Merge pull request #6981 from junichi11/php-gh-6980-incorrect-formatting
35a83e0
Fix incorrect formatting after use statements #6980
junichi11
Successfully merging a pull request may close this issue.
Apache NetBeans version
Apache NetBeans 20
What happened
Get incorrect result we format the below example:
Example:
Result:
Language / Project Type / NetBeans Component
PHP editor
How to reproduce
Steps to reproduce it:
Options:
default
Example:
Expected result:
Actual result:
Did this work correctly in an earlier version?
No / Don't know
Operating System
Ubuntu 22.04
JDK
JDK 19
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: