From: Vincent Petry Date: Tue, 27 Jan 2015 15:41:43 +0000 (+0100) Subject: Fix return type of addStorageWrapper in PHPDoc X-Git-Tag: v8.0.0RC1~24^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12867b9c788487aa67ebfb4f8ee1e9997877ee69;p=nextcloud-server.git Fix return type of addStorageWrapper in PHPDoc --- 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);