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 1fb730d commit a35a38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
'phpdoc_no_empty_return' => false,
'phpdoc_order' => true,
'pre_increment' => false,
'single_trait_insert_per_statement' => false,
'yoda_style' => false,
])
->setFinder($finder);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"socialiteproviders/manager": "^3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.9",
"friendsofphp/php-cs-fixer": "^2.15",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.5 || ^8.0"
},
Expand Down

0 comments on commit a35a38e

Please sign in to comment.