Completed
Push — authpdo ( c27579 )
by Andreas
05:24
created
lib/plugins/authpdo/auth.php 1 patch
Doc Comments   +3 added lines, -3 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) {
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
      *
354 354
      * Set delUser capability when implemented
355 355
      *
356
-     * @param   array $users
356
+     * @param   string[] $users
357 357
      * @return  int    number of users deleted
358 358
      */
359 359
     public function deleteUsers($users) {
@@ -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.