SFTP: CS adjustment

This commit is contained in:
terrafrost 2022-05-06 14:26:57 -05:00
parent 571e16af38
commit 715bb9ff97
1 changed files with 1 additions and 1 deletions

View File

@ -2516,7 +2516,7 @@ class SFTP extends SSH2
// normally $entries would have at least . and .. but it might not if the directories
// permissions didn't allow reading
if (empty($entries)) {
$entries = array();
$entries = [];
}
unset($entries['.'], $entries['..']);