Re: PHP CS Fixer

2021-08-01 Thread Jack W.
NetBeans of course invokes the fixer if you do the "reformat" shortcut or menu option, so you don't need to install for that. For manual invocation, follow the install instructions <https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/doc/installation.rst> . On Sun, Aug 1

PHP CS Fixer

2021-08-01 Thread Tom Rushworth
As a PHP newbee, I thought it would be a good idea to write PHP standard code.  To help me do this, I thought I would install CS Fixer because Netbeans has a plug in for it. I read that the best way to install CS Fixer is with Composer.  I have successfully installed Composer.  But now I'm lost