This commit is contained in:
Laurent Destailleur 2026-06-27 17:17:58 +02:00
parent 3e29e83ee0
commit c826dee769

View file

@ -108,6 +108,7 @@ jobs:
else
echo "$ALL_CHANGED_FILES" >> /tmp/phpstan-files.txt
echo cat /tmp/phpstan-files.txt
cat /tmp/phpstan-files.txt
phpstan -vvv analyse --error-format=checkstyle --memory-limit 7G -a dev/build/phpstan/bootstrap_action.php ${ALL_CHANGED_FILES} | tee _stan.xml | cs2pr --graceful-warnings
fi