Skip to content

Commit

Permalink
Adapt for php-cs-fixer 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Apr 16, 2016
1 parent cbbc7c3 commit 93a4678
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 @@ -9,6 +9,7 @@ return Symfony\CS\Config\Config::create()
'-phpdoc_params',
'-phpdoc_to_comment',
'-single_array_no_trailing_comma',
'-unneeded_control_parentheses',
'concat_with_spaces',
'ereg_to_preg',
'ordered_use',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"phpunit/phpunit": "~4.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7"
"fabpot/php-cs-fixer": "1.9.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 93a4678

Please sign in to comment.