riksoft commented on issue #7462:
URL: https://github.com/apache/netbeans/issues/7462#issuecomment-2172722318
For unknown reason I wasn't able to make the exact bad behaviour mentioned
before. It's almost the same though. The only difference is that before the
problem was only on the
line self::registerRules(), array(
with the keyword array moving far right depending ont the
$res = ['test1' => 1, 'test2' => 2, 'test3' => implode(',', $test4)];
lenght
while in this example it's even worse because the line
$res = ['test1' => 1, 'test2' => 2, 'test3' => implode(',', $test4)];
that in the original case wass taying put, in this case $test4 goes on the
next line.
[junichi.tar.gz](https://github.com/user-attachments/files/15864232/junichi.tar.gz)
--
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