mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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])) {
|
||||
continue;
|
||||
}
|
||||
if ($name === '.' || $name === '..') {
|
||||
continue;
|
||||
}
|
||||
if ($item->isFile()) {
|
||||
$files[] = $item->getPathName();
|
||||
} else if ($item->isDir()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue