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:
parent
f7e50fe95d
commit
f351dd059f
5 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ $rules = [
|
||||||
$finder = \PhpCsFixer\Finder::create();
|
$finder = \PhpCsFixer\Finder::create();
|
||||||
foreach ($paths as $path) {
|
foreach ($paths as $path) {
|
||||||
if (is_file($path)) {
|
if (is_file($path)) {
|
||||||
$finder = $finder->path($path);
|
$finder = $finder->append([$path]);
|
||||||
} else {
|
} else {
|
||||||
$finder = $finder->in($path);
|
$finder = $finder->in($path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue