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 27335e0 commit 484caccCopy full SHA for 484cacc
build.xml
@@ -33,6 +33,7 @@
33
<exec executable="${basedir}/build/scripts/generate-global-assert-wrappers.php" taskname="generate-global-assert-wrappers" failonerror="true"/>
34
<exec executable="${basedir}/tools/php-cs-fixer" taskname="php-cs-fixer" failonerror="true">
35
<arg value="fix"/>
36
+ <arg value="--show-progress=none"/>
37
<arg path="${basedir}/src/Framework/Assert/Functions.php"/>
38
</exec>
39
</target>
0 commit comments