]> BookStack Code Mirror - bookstack/blobdiff - app/Repos/UserRepo.php
add missing @param in method comment
[bookstack] / app / Repos / UserRepo.php
index b31f0334d56c866dd64caa528f549c4e9beb3b5b..6defe8aa58fea7d1bdef89c79d8c7cba934d43ea 100644 (file)
@@ -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)