mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Revert previous commit. Trying to fix jenkins build.
This commit is contained in:
parent
155968349f
commit
eccc05d8b1
1 changed files with 0 additions and 3 deletions
|
@ -413,9 +413,6 @@ class Folder {
|
||||||
if ($skipHidden && $name[0] === '.' || isset($exceptions[$name])) {
|
if ($skipHidden && $name[0] === '.' || isset($exceptions[$name])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($name === '.' || $name === '..') {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ($item->isFile()) {
|
if ($item->isFile()) {
|
||||||
$files[] = $item->getPathName();
|
$files[] = $item->getPathName();
|
||||||
} else if ($item->isDir()) {
|
} else if ($item->isDir()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue