File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 9191 ],
9292 "code:fix" : [
9393 " @php-cs-fixer" ,
94- " vendor/bin/phpcbf ./src ./tests/Functional ./tests/unit_tests --standard=psr12 -v"
94+ " vendor/bin/phpcbf ./src ./tests/Functional --standard=psr12 -v"
9595 ],
9696 "cs" : [
97- " vendor/bin/phpcs --standard=phpcs_ruleset.xml src tests/Functional tests/unit_tests "
97+ " vendor/bin/phpcs --standard=phpcs_ruleset.xml src tests/Functional"
9898 ],
9999 "code:lint" : [
100100 " @cs"
150150 ],
151151 "php-cs-fixer" : [
152152 " vendor/bin/php-cs-fixer fix ./src --rules=@PSR12" ,
153- " vendor/bin/php-cs-fixer fix ./tests/Functional --rules=@PSR12" ,
154- " vendor/bin/php-cs-fixer fix ./tests/unit_tests --rules=@PSR12"
153+ " vendor/bin/php-cs-fixer fix ./tests/Functional --rules=@PSR12"
155154 ]
156155 },
157156 "config" : {
You can’t perform that action at this time.
0 commit comments