diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/files/storage/istoragefactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/files/storage/istoragefactory.php b/lib/public/files/storage/istoragefactory.php index 48c12e44cdd..50c844af2e6 100644 --- a/lib/public/files/storage/istoragefactory.php +++ b/lib/public/files/storage/istoragefactory.php @@ -19,7 +19,7 @@ interface IStorageFactory { * * @param string $wrapperName * @param callable $callback - * @return true if the wrapper was added, false if there was already a wrapper with this + * @return bool true if the wrapper was added, false if there was already a wrapper with this * name registered */ public function addStorageWrapper($wrapperName, $callback); |