Skip to content

Commit 3075a5b

Browse files
jrfnlgrogy
authored andcommitted
Fix build script
The build script was still pointing to an outdated dependency.
1 parent 951278e commit 3075a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<exec executable="${phpcs}">
5656
<arg line='--extensions=php' />
57-
<arg line='--standard="${basedir}/vendor/jakub-onderka/php-code-style/ruleset.xml"' />
57+
<arg line='--standard="${basedir}/vendor/php-parallel-lint/php-code-style/ruleset.xml"' />
5858
<arg line='--report-checkstyle="${basedir}/build/logs/checkstyle.xml"' />
5959
<arg line='--report-full' />
6060
<arg line='"${basedir}/src"' />

0 commit comments

Comments
 (0)