Explorar el Código

Change return type to correct type

Signed-off-by: Anna Larch <anna@nextcloud.com>
Anna Larch hace 2 años
padre
commit
926fb5b3de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/dav/lib/DAV/GroupPrincipalBackend.php

+ 1 - 1
apps/dav/lib/DAV/GroupPrincipalBackend.php

@@ -125,7 +125,7 @@ class GroupPrincipalBackend implements BackendInterface {
 	 * Returns the list of members for a group-principal
 	 *
 	 * @param string $principal
-	 * @return string[]
+	 * @return array
 	 * @throws Exception
 	 */
 	public function getGroupMemberSet($principal) {