]>
BookStack Code Mirror - bookstack/blobdiff - app/Repos/UserRepo.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing @param in method comment
[bookstack]
/
app
/
Repos
/
UserRepo.php
diff --git
a/app/Repos/UserRepo.php
b/app/Repos/UserRepo.php
index b31f0334d56c866dd64caa528f549c4e9beb3b5b..6defe8aa58fea7d1bdef89c79d8c7cba934d43ea 100644
(file)
--- a/
app/Repos/UserRepo.php
+++ b/
app/Repos/UserRepo.php
@@
-142,6
+142,7
@@
class UserRepo
/**
* Create a new basic instance of user.
* @param array $data
+ * @param boolean $autoVerifyEmail
* @return User
*/
public function create(array $data, $autoVerifyEmail=false)