Skip to content

Commit 296c18d

Browse files
authored
Remove superfluous --using-cache option
1 parent c48cb81 commit 296c18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"phpstan analyze",
7676
"psalm"
7777
],
78-
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes",
78+
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
7979
"style": "@cs-fix",
8080
"test": "phpunit"
8181
}

0 commit comments

Comments
 (0)