File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 "analyze" : " phpstan analyse" ,
6363 "test" : " phpunit" ,
6464 "cs" : [
65- " php-cs-fixer fix --verbose --dry-run --diff --config=.user-guide. php-cs-fixer.dist .php" ,
66- " php-cs-fixer fix --verbose --dry-run --diff --config=.no-header. php-cs-fixer.dist .php" ,
67- " php-cs-fixer fix --verbose --dry-run --diff"
65+ " php-cs-fixer fix --ansi -- verbose --dry-run --diff --config=.php-cs-fixer.user-guide .php" ,
66+ " php-cs-fixer fix --ansi -- verbose --dry-run --diff --config=.php-cs-fixer.no-header .php" ,
67+ " php-cs-fixer fix --ansi -- verbose --dry-run --diff"
6868 ],
6969 "cs-fix" : [
70- " php-cs-fixer fix --verbose --diff --config=.user-guide. php-cs-fixer.dist .php" ,
71- " php-cs-fixer fix --verbose --diff --config=.no-header. php-cs-fixer.dist .php" ,
72- " php-cs-fixer fix --verbose --diff"
70+ " php-cs-fixer fix --ansi -- verbose --diff --config=.php-cs-fixer.user-guide .php" ,
71+ " php-cs-fixer fix --ansi -- verbose --diff --config=.php-cs-fixer.no-header .php" ,
72+ " php-cs-fixer fix --ansi -- verbose --diff"
7373 ]
7474 },
7575 "scripts-descriptions" : {
You can’t perform that action at this time.
0 commit comments