We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9e883 commit 5f12699Copy full SHA for 5f12699
2 files changed
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
-
75
name: "Run composer normalize"
76
- run: "composer normalize --dry-run"
+ run: "composer normalize --dry-run --indent-size=4 --indent-style=space"
77
78
php-cs-fixer:
79
needs:
composer.json
@@ -100,7 +100,7 @@
100
"make -C docs html"
101
],
102
"integrate": [
103
- "@composer normalize",
+ "@composer normalize --indent-size=4 --indent-style=space",
104
"vendor/bin/php-cs-fixer fix",
105
"vendor/bin/phpstan analyse -c phpstan.neon.dist --memory-limit=-1",
106
"vendor/bin/phpunit",
0 commit comments