You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/03 14:54:30 UTC

[GitHub] [netbeans] NReib opened a new issue, #5186: [PHP] Match operator formatting with arrays is broken

NReib opened a new issue, #5186:
URL: https://github.com/apache/netbeans/issues/5186

   ### Apache NetBeans version
   
   Apache NetBeans 16
   
   ### What happened
   
   If the value of a match arm is an array, NB does not format it well.
   
   ### How to reproduce
   
   Before:
   ```
   <?php
   match(123){
   	'test' => [
   		'key' => 'val',
   		],
   };
   ?>
   ```
   
   After Alt+Shift+F:
   ```
   <?php
   match(123){
   	'test' => [
   'key' => 'val',
   	],
   };
   ?>
   ```
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Mageia 8 (Linux)
   
   ### JDK
   
   openjdk version "11.0.17" 2022-10-18 LTS
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] KacerCZ commented on issue #5186: [PHP] Match operator formatting with arrays is broken

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on issue #5186:
URL: https://github.com/apache/netbeans/issues/5186#issuecomment-1374437728

   Reproducible.
   Thanks for your report.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] tmysik closed issue #5186: [PHP] Match operator formatting with arrays is broken

Posted by "tmysik (via GitHub)" <gi...@apache.org>.
tmysik closed issue #5186: [PHP] Match operator formatting with arrays is broken
URL: https://github.com/apache/netbeans/issues/5186


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists