FF/bin/phpcs.bat
2019-06-26 12:47:05 +02:00

3 lines
194 B
Batchfile

@ECHO OFF
SET PROJECT_HOME=C:\dev\ffe\fastforward\FF
vendor\bin\phpcs --report=xml --report-file="%PROJECT_HOME%\logs\phpcs\report.xml" --standard=PSR2 %PROJECT_HOME%\src %PROJECT_HOME%\tests -p