summaryrefslogtreecommitdiff
path: root/includes/archiver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/archiver.inc')
-rw-r--r--includes/archiver.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/archiver.inc b/includes/archiver.inc
index 37d221ef2..5e6ef323f 100644
--- a/includes/archiver.inc
+++ b/includes/archiver.inc
@@ -60,8 +60,7 @@ interface ArchiverInterface {
* List all files in the archive.
*
* @return
- * An array of file names relative to the root of the archive, or
- * an iterable object that resolves to such a list.
+ * An array of file names relative to the root of the archive.
*/
public function listContents();
}