1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-14 18:15:39 +01:00

Merge branch '3.0'

This commit is contained in:
terrafrost 2021-03-08 23:04:34 -06:00
commit d8f7b0ef2b

View File

@ -980,7 +980,7 @@ class SFTP extends SSH2
uasort($contents, [&$this, 'comparator']);
}
return $raw ? $contents : array_keys($contents);
return $raw ? $contents : array_map('strval', array_keys($contents));
}
/**