Completed
Push — authpdo ( 964d95...df0124 )
by Andreas
08:49 queued 04:10
created
lib/plugins/authpdo/auth.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      * @param  string $clear
205 205
      * @param  string $name
206 206
      * @param  string $mail
207
-     * @param  null|array $grps
207
+     * @param  string[] $grps
208 208
      * @return bool|null
209 209
      */
210 210
     public function createUser($user, $clear, $name, $mail, $grps = null) {
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
      * Return a count of the number of user which meet $filter criteria
407 407
      *
408 408
      * @param  array $filter array of field/pattern pairs, empty array for no filter
409
-     * @return int
409
+     * @return boolean
410 410
      */
411 411
     public function getUserCount($filter = array()) {
412 412
         if(is_null($filter)) $filter = array();
Please login to merge, or discard this patch.