Skip to content

Commit 484cacc

Browse files
Do not print progress
1 parent 27335e0 commit 484cacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<exec executable="${basedir}/build/scripts/generate-global-assert-wrappers.php" taskname="generate-global-assert-wrappers" failonerror="true"/>
3434
<exec executable="${basedir}/tools/php-cs-fixer" taskname="php-cs-fixer" failonerror="true">
3535
<arg value="fix"/>
36+
<arg value="--show-progress=none"/>
3637
<arg path="${basedir}/src/Framework/Assert/Functions.php"/>
3738
</exec>
3839
</target>

0 commit comments

Comments
 (0)