Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
12867b9c
Commit
12867b9c
authored
Jan 27, 2015
by
Vincent Petry
Browse files
Fix return type of addStorageWrapper in PHPDoc
parent
02b9bad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/public/files/storage/istoragefactory.php
View file @
12867b9c
...
@@ -19,7 +19,7 @@ interface IStorageFactory {
...
@@ -19,7 +19,7 @@ interface IStorageFactory {
*
*
* @param string $wrapperName
* @param string $wrapperName
* @param callable $callback
* @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
* name registered
*/
*/
public
function
addStorageWrapper
(
$wrapperName
,
$callback
);
public
function
addStorageWrapper
(
$wrapperName
,
$callback
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment