Skip to content

Commit

Permalink
Enhancement: Update localheinz/php-cs-fixer-config
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 26, 2018
1 parent f280f0b commit 2a4d623
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 85 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ EOF;

$config = Config\Factory::fromRuleSet(new Config\RuleSet\Php71($header), [
'mb_str_functions' => false,
'no_unset_on_property' => false,
]);

$config->getFinder()->in(__DIR__);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"infection/infection": "~0.8.1",
"localheinz/php-cs-fixer-config": "~1.13.1",
"localheinz/php-cs-fixer-config": "~1.14.0",
"localheinz/test-util": "0.6.1",
"phpbench/phpbench": "~0.14.0",
"phpspec/prophecy": "^1.7.1",
Expand Down
Loading

0 comments on commit 2a4d623

Please sign in to comment.