I am new to PHP CodeSniffer, I have git pulled PHP CodeSniffer in my Mac Machine and kept in /var/www/PHP_CodeSniffer and I have my source code in /var/www/Project1. I have git in /var/www/Project1 and is now pointing to a branch CodeCorrection
When I run bin/phpcs ../Project1 -v from /var/www/PHP_CodeSniffer folder it lists down many errors and when I run bin/phpcbf ../Project1 It gives a summary of FIXED & REMAINING.
But no new file is showing as modified in git status. When I open the file also the change is not implemented or shown.
Once again if I run, I get report as same no of code FIXED & REMAINING
Can any one tell be what am I missing. My project is a Vtiger project.