Skip to content

Commit 31e8ebf

Browse files
committed
Fix CaptainHook setting
1 parent 7f7006b commit 31e8ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captainhook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"action": "\\Ruudk\\ReadmeExamplesSyncHook\\SyncReadmeExamples"
2323
},
2424
{
25-
"action": "vendor/bin/php-cs-fixer fix"
25+
"action": "vendor/bin/php-cs-fixer check --diff"
2626
},
2727
{
2828
"action": "vendor/bin/phpstan"

0 commit comments

Comments
 (0)