Fix formatting
This commit is contained in:
parent
1e23b4ed90
commit
65f0679d7a
@ -32,7 +32,9 @@ class Directory extends Entry implements \ArrayAccess, \IteratorAggregate
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$name) continue;
|
||||
if (!$name) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($name[0] == '-') {
|
||||
if (is_numeric($name[1])) {
|
||||
|
Loading…
Reference in New Issue
Block a user