mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
minor type improvements
This commit is contained in:
parent
144439d61f
commit
b5c6921f2e
6 changed files with 17 additions and 17 deletions
|
|
@ -122,6 +122,9 @@ abstract class NativeStream implements File {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array{"mtime": int, "size": int, "mode": int}|false
|
||||
*/
|
||||
public function stream_stat() {
|
||||
try {
|
||||
return $this->state->stat($this->url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue