diff options
Diffstat (limited to 'lib/private/Encryption')
-rw-r--r-- | lib/private/Encryption/Update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index 87036403b8e..6fee1afbe5c 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -129,7 +129,7 @@ class Update { * * @param string $path path to file for current user * @return array ['owner' => $owner, 'path' => $path] - * @throw \InvalidArgumentException + * @throws \InvalidArgumentException */ protected function getOwnerPath($path) { $info = Filesystem::getFileInfo($path); |