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 d6ad685 commit 8bde29bCopy full SHA for 8bde29b
composer.json
@@ -44,7 +44,7 @@
44
"phpunit --log-junit=reports/unitreport.xml --coverage-text --coverage-html=reports/coverage --coverage-clover=reports/coverage.xml",
45
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
46
],
47
- "phan": "phan -d . --long-progress-bar",
+ "phan": "phan -d . --long-progress-bar --allow-polyfill-parser",
48
"phpcs": "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*",
49
"phpunit": "phpunit",
50
"test": [
0 commit comments