Skip to content

Commit

Permalink
composer.json: allow-polyfill-parser in phan
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Apr 15, 2023
1 parent d6ad685 commit 8bde29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpunit --log-junit=reports/unitreport.xml --coverage-text --coverage-html=reports/coverage --coverage-clover=reports/coverage.xml",
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
],
"phan": "phan -d . --long-progress-bar",
"phan": "phan -d . --long-progress-bar --allow-polyfill-parser",
"phpcs": "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*",
"phpunit": "phpunit",
"test": [
Expand Down

0 comments on commit 8bde29b

Please sign in to comment.