mirror of
https://github.com/marcostoll/FF.git
synced 2025-01-17 14:48:20 +01:00
3 lines
194 B
Batchfile
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 |