Skip to content
Snippets Groups Projects
Commit 12867b9c authored by Vincent Petry's avatar Vincent Petry
Browse files

Fix return type of addStorageWrapper in PHPDoc

parent 02b9bad8
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment