]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix return type of addStorageWrapper in PHPDoc
authorVincent Petry <pvince81@owncloud.com>
Tue, 27 Jan 2015 15:41:43 +0000 (16:41 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 27 Jan 2015 15:41:43 +0000 (16:41 +0100)
lib/public/files/storage/istoragefactory.php

index 48c12e44cdde9d2d1a62eaa939c5e59b39fb2ed5..50c844af2e69d1f6c1478943a91de9405bb2eedd 100644 (file)
@@ -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);