Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Aug 14, 2018
1 parent 37ad12b commit 71d3130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": ">=5.6",
"friendsofphp/php-cs-fixer": "^2.12"
"friendsofphp/php-cs-fixer": "~2.11@dev"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/PedroTroller/CS/Fixer/RuleSetFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function enable($name, array $config = null)
{
return self::create(array_merge(
$this->rules,
[$name => is_array($config) ? $config : true]
[$name => \is_array($config) ? $config : true]
));
}

Expand Down

0 comments on commit 71d3130

Please sign in to comment.