mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
phpdoc fixes
This commit is contained in:
parent
fa4918ac41
commit
8d473d219e
3 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ class RawConnection {
|
|||
/**
|
||||
* read a line of output
|
||||
*
|
||||
* @return string
|
||||
* @return string|false
|
||||
*/
|
||||
public function readLine() {
|
||||
return stream_get_line($this->getOutputStream(), 4086, "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue