diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-15 13:19:32 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-16 22:21:57 +0100 |
commit | 6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20 (patch) | |
tree | e7a68a614e8db76cf75a2b2c61003ebe25a68216 /apps/files_external/lib/smb.php | |
parent | a17f9111a087055306f8aabf1b4a0c4aca9684e8 (diff) | |
download | nextcloud-server-6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20.tar.gz nextcloud-server-6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20.zip |
Fix more missing or broken PHPDoc
Diffstat (limited to 'apps/files_external/lib/smb.php')
-rw-r--r-- | apps/files_external/lib/smb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index b1d355323d9..6e53c4a9931 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -83,7 +83,7 @@ class SMB extends \OC\Files\Storage\StreamWrapper{ /** * Unlinks file or directory - * @param string @path + * @param string $path */ public function unlink($path) { if ($this->is_dir($path)) { |