diff options
Diffstat (limited to 'lib/public/Share/IShare.php')
-rw-r--r-- | lib/public/Share/IShare.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 194aacac2aa..480d6c06e17 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -433,7 +433,7 @@ interface IShare { * When the share is passed to the share manager to be created * or updated the password will be hashed. * - * @param string $password + * @param string|null $password * @return \OCP\Share\IShare The modified object * @since 9.0.0 */ |