File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 71
71
"scripts" : {
72
72
"phpcs" : " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -vvv --diff --dry-run --allow-risky=yes --ansi" ,
73
73
"phpcs:fix" : " php-cs-fixer fix -vvv --allow-risky=yes --ansi" ,
74
- "phpstan" : " phpstan analyse -l max - c phpstan.neon src --memory-limit=256M --ansi " ,
74
+ "phpstan" : " phpstan analyse -c phpstan.neon --ansi --memory-limit=192M " ,
75
75
"phpunit" : " XDEBUG_MODE=coverage phpunit --coverage-text" ,
76
+ "phpunit:min" : " phpunit --no-coverage" ,
76
77
"test" : [
77
78
" @phpunit" ,
78
79
" @phpstan" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ includes:
3
3
- vendor/phpstan/phpstan-phpunit/extension.neon
4
4
- vendor/phpstan/phpstan-phpunit/rules.neon
5
5
parameters :
6
+ level : max
7
+ paths :
8
+ - src
6
9
ignoreErrors :
7
10
- message : ' #has no value type specified in iterable type array.#'
8
11
path : src/Rules.php
You can’t perform that action at this time.
0 commit comments