Skip to content

Commit 3e674dd

Browse files
committed
INT-227 Add dry-run to php-cs-fixer command
1 parent 75cd321 commit 3e674dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"test": [
31-
"php-cs-fixer fix -v",
31+
"php-cs-fixer fix --dry-run -v",
3232
"phpmd src text phpmd.xml.dist",
3333
"phpspec run --format=dot"
3434
]

0 commit comments

Comments
 (0)