Completed
Push — master ( 2facfc...70483f )
by Alexey
11:01
created
modules/users/models/BaseUser.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
     }
262 262
 
263 263
     /**
264
-     * @param $email_confirm_token
264
+     * @param string $email_confirm_token
265 265
      * @return bool|null|static
266 266
      */
267 267
     public static function findByEmailConfirmToken($email_confirm_token)
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @return array
320
+     * @return string[]
321 321
      */
322 322
     public static function getStatusesArray()
323 323
     {
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
     }
331 331
 
332 332
     /**
333
-     * @return mixed
333
+     * @return string
334 334
      */
335 335
     public function getStatusName()
336 336
     {
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
     }
349 349
 
350 350
     /**
351
-     * @return array
351
+     * @return string[]
352 352
      */
353 353
     public static function getLabelsArray()
354 354
     {
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
 
391 391
     /**
392 392
      * Returns an array of log types
393
-     * @return array
393
+     * @return string[]
394 394
      */
395 395
     public static function getRegistrationTypesArray()
396 396
     {
Please login to merge, or discard this patch.