From 12867b9c788487aa67ebfb4f8ee1e9997877ee69 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 27 Jan 2015 16:41:43 +0100 Subject: [PATCH] Fix return type of addStorageWrapper in PHPDoc --- lib/public/files/storage/istoragefactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/files/storage/istoragefactory.php b/lib/public/files/storage/istoragefactory.php index 48c12e44cd..50c844af2e 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);