Skip to content

Commit cd7db7d

Browse files
committed
Update deps
1 parent 37ad12b commit cd7db7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=5.6",
7-
"friendsofphp/php-cs-fixer": "^2.12"
7+
"friendsofphp/php-cs-fixer": "~2.12@dev"
88
},
99
"require-dev": {
1010
"phpspec/phpspec": "^3.4",

src/PedroTroller/CS/Fixer/RuleSetFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function enable($name, array $config = null)
191191
{
192192
return self::create(array_merge(
193193
$this->rules,
194-
[$name => is_array($config) ? $config : true]
194+
[$name => \is_array($config) ? $config : true]
195195
));
196196
}
197197

0 commit comments

Comments
 (0)