Skip to content

Commit 8bde29b

Browse files
authored
composer.json: allow-polyfill-parser in phan
1 parent d6ad685 commit 8bde29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"phpunit --log-junit=reports/unitreport.xml --coverage-text --coverage-html=reports/coverage --coverage-clover=reports/coverage.xml",
4545
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
4646
],
47-
"phan": "phan -d . --long-progress-bar",
47+
"phan": "phan -d . --long-progress-bar --allow-polyfill-parser",
4848
"phpcs": "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*",
4949
"phpunit": "phpunit",
5050
"test": [

0 commit comments

Comments
 (0)