Changed they way paths are put into PHP_CodeSniffer based on Composer being executes globally or not. Local repositories (project folder) installations will use relative paths from the PHP_CodeSniffer installation directory to the directory containing the coding standard.
The behaviour for globally installed instances will keep using absolute paths; unchanged.
Related Issues
20 Install sniffs with relative paths in CodeSniffer.conf
Proposed Changes
Changed they way paths are put into PHP_CodeSniffer based on Composer being executes globally or not. Local repositories (project folder) installations will use relative paths from the PHP_CodeSniffer installation directory to the directory containing the coding standard.
The behaviour for globally installed instances will keep using absolute paths; unchanged.
Related Issues
20 Install sniffs with relative paths in CodeSniffer.conf