Fix return type of addStorageWrapper in PHPDoc

This commit is contained in:
Vincent Petry 2015-01-27 16:41:43 +01:00
parent 02b9bad81b
commit 12867b9c78
1 changed files with 1 additions and 1 deletions

View 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);