mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
70bc5d01f0
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user