File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 ],
4646 "scripts" : {
4747 "check" : [
48- " ./bin/check-phpdoc-types" ,
48+ " php ./bin/check-phpdoc-types" ,
4949 " phpcs samples/ src/ tests/ --report=checkstyle" ,
50- " phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- -n" ,
50+ " phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- --exclude=PHPCompatibility.Variables.ForbiddenThisUseContexts - n" ,
5151 " php-cs-fixer fix --ansi --dry-run --diff" ,
52- " phpunit --color=always " ,
53- " phpstan analyse --ansi --memory-limit=2048M "
52+ " phpstan analyse --ansi --memory-limit=2048M " ,
53+ " phpunit --color=always "
5454 ],
5555 "style" : [
5656 " phpcs samples/ src/ tests/ --report=checkstyle" ,
6161 " php-cs-fixer fix"
6262 ],
6363 "versions" : [
64- " phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- -n"
64+ " phpcs samples/ src/ tests/ --standard=PHPCompatibility --runtime-set testVersion 8.0- --exclude=PHPCompatibility.Variables.ForbiddenThisUseContexts - n"
6565 ]
6666 },
6767 "require" : {
You can’t perform that action at this time.
0 commit comments