mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
add missing @param in method comment
This commit is contained in:
parent
572e75b783
commit
d2f5313f92
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user