mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-26 11:21:00 +03:00
add missing @param in method comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user