Skip to content

Commit f6a37f1

Browse files
committed
Merge branch 'develop'
# Conflicts: # composer.json
2 parents 10e3faa + f39c8bc commit f6a37f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"analyze": "vendor/bin/phpstan analyse -l 6 src/",
1919
"php-cs-fixer:lint": "vendor/bin/php-cs-fixer fix --verbose --dry-run",
20-
"php-cs-fixer:format": "./vendor/bin/php-cs-fixer fix",
20+
"php-cs-fixer:format": "vendor/bin/php-cs-fixer fix",
2121
"test:unit": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
2222
},
2323
"suggest": {

0 commit comments

Comments
 (0)