We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951278e commit 3075a5bCopy full SHA for 3075a5b
build.xml
@@ -54,7 +54,7 @@
54
55
<exec executable="${phpcs}">
56
<arg line='--extensions=php' />
57
- <arg line='--standard="${basedir}/vendor/jakub-onderka/php-code-style/ruleset.xml"' />
+ <arg line='--standard="${basedir}/vendor/php-parallel-lint/php-code-style/ruleset.xml"' />
58
<arg line='--report-checkstyle="${basedir}/build/logs/checkstyle.xml"' />
59
<arg line='--report-full' />
60
<arg line='"${basedir}/src"' />
0 commit comments