@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | * @param int $id |
| 131 | 131 | * @param bool $parseStrings |
| 132 | 132 | * @param bool $ignorePermissions |
| 133 | - * @return array |
|
| 133 | + * @return string[] |
|
| 134 | 134 | * @throws \InvalidArgumentException when the id is invalid |
| 135 | 135 | */ |
| 136 | 136 | public function getAnnouncement($id, $parseStrings = true, $ignorePermissions = false) { |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | * Return the groups (or string everyone) which have access to the announcement(s) |
| 252 | 252 | * |
| 253 | 253 | * @param int|int[] $ids |
| 254 | - * @return string[]|array[] |
|
| 254 | + * @return string[] |
|
| 255 | 255 | */ |
| 256 | 256 | public function getGroups($ids) { |
| 257 | 257 | $returnSingleResult = false; |