don't fail on deprecated use (PHAN)

This commit is contained in:
korelstar 2020-07-17 18:28:52 +02:00
parent 8e4ee5a2a4
commit d05a628533
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ lint-php-ncversion:
lint-php-phan:
# PHAN
vendor/bin/phan --allow-polyfill-parser -k tests/phan-config.php --no-progress-bar -m checkstyle | vendor/bin/cs2pr --colorize
vendor/bin/phan --allow-polyfill-parser -k tests/phan-config.php --no-progress-bar -m checkstyle | vendor/bin/cs2pr --graceful-warnings --colorize
lint-php-phpcs:
# PHP CodeSniffer