Completed
Push — master ( 10304e...4f47ed )
by Alexey
11:33
created
modules/users/models/BaseUser.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     }
312 312
 
313 313
     /**
314
-     * @return array
314
+     * @return string[]
315 315
      */
316 316
     public static function getStatusesArray()
317 317
     {
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     }
325 325
 
326 326
     /**
327
-     * @return mixed
327
+     * @return string
328 328
      */
329 329
     public function getStatusName()
330 330
     {
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     }
343 343
 
344 344
     /**
345
-     * @return array
345
+     * @return string[]
346 346
      */
347 347
     public static function getLabelsArray()
348 348
     {
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
 
385 385
     /**
386 386
      * Returns an array of log types
387
-     * @return array
387
+     * @return string[]
388 388
      */
389 389
     public static function getRegistrationTypesArray()
390 390
     {
Please login to merge, or discard this patch.