Completed
Push — authpdobug ( 12c7f5 )
by Andreas
03:50
created
lib/plugins/authpdo/auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      * @param  string $clear
228 228
      * @param  string $name
229 229
      * @param  string $mail
230
-     * @param  null|array $grps
230
+     * @param  string[] $grps
231 231
      * @return bool|null
232 232
      */
233 233
     public function createUser($user, $clear, $name, $mail, $grps = null) {
Please login to merge, or discard this patch.