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 45
45
],
46
46
"scripts" : {
47
47
"check" : [
48
- " ./bin/check-phpdoc-types" ,
48
+ " php ./bin/check-phpdoc-types" ,
49
49
" 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" ,
51
51
" 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 "
54
54
],
55
55
"style" : [
56
56
" phpcs samples/ src/ tests/ --report=checkstyle" ,
61
61
" php-cs-fixer fix"
62
62
],
63
63
"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"
65
65
]
66
66
},
67
67
"require" : {
You can’t perform that action at this time.
0 commit comments