3.1.3
Includes two significant improvements:
- The
codesniffer-runscript now looks for aphpcs.xmlfile in the project root folder and uses that as the default coding standard. The script still accepts aCODESNIFFER_RUN_STANDARDenv var at a lower priority, and now also accepts a-rcommand line option to manually specify the xml file or coding standard name to use. Additionally, any remaining arguments at the end of the command line now override the default sniff folders, allow you to target a specific set of files or folders for sniffing. - A
composer-reinstallscript has been added, which purges Composer's configuredvendor-dirpath, any symlinks from thebin-dirpath, and then re-runscomposer installfor you. This is purely a convenience script to help "reset" your local composer installation.