Skip to content

Commit

Permalink
Update csfixer.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 6, 2019
1 parent 9073e32 commit 38d9f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -21,6 +21,7 @@ return PhpCsFixer\Config::create()
'phpdoc_order' => true,
'pre_increment' => false,
'self_accessor' => false,
'single_trait_insert_per_statement' => false,
'yoda_style' => false,
])
->setFinder($finder);
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"tightenco/collect": "^5.6.16"
},
"require-dev": {
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.5 || ^8.0"
},
"extra": {
Expand Down

0 comments on commit 38d9f8d

Please sign in to comment.