Completed
Pull Request — master (#8)
by Joas
07:10
created
lib/Manager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.