Skip to content

Commit 13e3265

Browse files
ksassnowskigithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 6b0b1a2 commit 13e3265

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"post-update-cmd": [
5858
"composer normalize"
5959
],
60+
"analyze": [
61+
"vendor/bin/phpstan analyze -c phpstan.neon"
62+
],
6063
"cs": [
6164
"mkdir -p .build/php-cs-fixer",
6265
"vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose"
6366
],
6467
"test": [
6568
"vendor/bin/phpunit"
66-
],
67-
"analyze": [
68-
"vendor/bin/phpstan analyze -c phpstan.neon"
6969
]
7070
}
7171
}

composer.lock

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)