type hint fixes

This commit is contained in:
Robin Appelman 2021-03-02 19:17:37 +01:00
commit 0e69997579
11 changed files with 17 additions and 29 deletions

View file

@ -40,7 +40,7 @@ class NativeStream implements File {
/**
* Wrap a stream from libsmbclient-php into a regular php stream
*
* @param \Icewind\SMB\NativeState $state
* @param NativeState $state
* @param resource $smbStream
* @param string $mode
* @param string $url
@ -73,6 +73,7 @@ class NativeStream implements File {
}
public function stream_flush() {
return false;
}