Improve phpdoc

This commit is contained in:
Robin Appelman 2014-07-26 18:35:34 +02:00
commit 5c48e22929
5 changed files with 127 additions and 42 deletions

View file

@ -27,7 +27,7 @@ class Server {
protected $password;
/**
* Check if the smblcient php extension is available
* Check if the smbclient php extension is available
*
* @return bool
*/
@ -76,6 +76,7 @@ class Server {
/**
* @return \Icewind\SMB\IShare[]
*
* @throws \Icewind\SMB\AuthenticationException
* @throws \Icewind\SMB\InvalidHostException
*/