Fix formatting

This commit is contained in:
Stéphane Goetz 2018-05-05 18:16:24 +02:00
parent 1e23b4ed90
commit 65f0679d7a
9 changed files with 15 additions and 13 deletions

View File

@ -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])) {