phpdoc fixes

This commit is contained in:
Robin Appelman 2016-12-12 22:34:33 +01:00
commit 8d473d219e
3 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@ class NativeState {
* @param resource $file
* @param int $offset
* @param int $whence SEEK_SET | SEEK_CUR | SEEK_END
* @return int | bool new file offset as measured from the start of the file on success, false on failure.
* @return int|bool new file offset as measured from the start of the file on success, false on failure.
*/
public function lseek($file, $offset, $whence = SEEK_SET) {
$result = @smbclient_lseek($this->state, $file, $offset, $whence);