MarekPar opened a new issue, #8647: URL: https://github.com/apache/netbeans/issues/8647
### Apache NetBeans version Apache NetBeans 26 ### What happened Product Version: Apache NetBeans IDE 26 Java: 24.0.1; OpenJDK 64-Bit Server VM 24.0.1+9 Runtime: OpenJDK Runtime Environment 24.0.1+9 System: Linux version 6.1.0-37-amd64 running on amd64; UTF-8; cs_CZ (nb) Description: PHP formatter incorrectly adds a space in the middle of the null coalescing assignment operator (&&=), breaking the syntax. It formats $var &&= value; into $var && = value;. ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce $ok = true; $ok &&= false; and save/reformat ### Did this work correctly in an earlier version? No / Don't know ### Operating System Linux version 6.1.0-37-amd64 running on amd64; UTF-8; cs_CZ (nb) ### JDK Java: 24.0.1; OpenJDK 64-Bit Server VM 24.0.1+9 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
