diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-24 13:06:03 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-24 13:06:03 +0200 |
commit | 1592be117a4286508b7841a2b1e640d3655e7503 (patch) | |
tree | 82c3404e6ea9887b0fd504c1472ba01eb53d60e3 /lib/public | |
parent | 24128d1384f2548f0cdc35c26d684dbeb61d091b (diff) | |
download | nextcloud-server-1592be117a4286508b7841a2b1e640d3655e7503.tar.gz nextcloud-server-1592be117a4286508b7841a2b1e640d3655e7503.zip |
Use public interfaces for type hinting
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/encryption/keys/istorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php index ffbffdc1a27..752c073375d 100644 --- a/lib/public/encryption/keys/istorage.php +++ b/lib/public/encryption/keys/istorage.php @@ -163,7 +163,7 @@ interface IStorage { * * @param string $source * @param string $target - * @retrun boolean + * @return boolean * @since 8.1.0 */ public function copyKeys($source, $target); |