1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

More CS fixes

This commit is contained in:
J. King 2017-08-29 11:16:37 -04:00
parent f7e50fe95d
commit f351dd059f
5 changed files with 8 additions and 8 deletions

View file

@ -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);
}