@@ -26,7 +26,6 @@ discard block |
||
26 | 26 | /** |
27 | 27 | * Convert a sex string to int type. |
28 | 28 | * |
29 | - * @param mixed $string |
|
30 | 29 | * @return int |
31 | 30 | */ |
32 | 31 | public static function type($sex) |
@@ -43,7 +42,7 @@ discard block |
||
43 | 42 | /** |
44 | 43 | * All sex types. |
45 | 44 | * |
46 | - * @return int[] |
|
45 | + * @return integer[] |
|
47 | 46 | */ |
48 | 47 | public static function allTypes() |
49 | 48 | { |
@@ -623,7 +623,7 @@ |
||
623 | 623 | * Remove tags for the given device token. |
624 | 624 | * |
625 | 625 | * @param string $deviceToken |
626 | - * @param mixed $tags |
|
626 | + * @param string[] $tags |
|
627 | 627 | * @return bool |
628 | 628 | */ |
629 | 629 | public function removeTagsForDeviceToken($deviceToken, $tags) |