Skip to content

Commit

Permalink
add php-cs-fixer and run it
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed May 2, 2018
1 parent db9d6af commit c3febfc
Show file tree
Hide file tree
Showing 14 changed files with 661 additions and 36 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"require-dev": {
"phpunit/phpunit": "^6.4",
"phpunit/phpunit-mock-objects": "^4.0",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsStream": "^1.6",
"friendsofphp/php-cs-fixer": "^2.11"
},
"autoload-dev": {
"psr-4": { "Composer\\Satis\\": "tests" }
Expand Down
Loading

0 comments on commit c3febfc

Please sign in to comment.