Browse Source

More CS fixes

microsub
J. King 7 years ago
parent
commit
f351dd059f
  1. 2
      .php_cs.dist

2
.php_cs.dist

@ -17,7 +17,7 @@ $rules = [
$finder = \PhpCsFixer\Finder::create();
foreach ($paths as $path) {
if (is_file($path)) {
$finder = $finder->path($path);
$finder = $finder->append([$path]);
} else {
$finder = $finder->in($path);
}

Loading…
Cancel
Save