r111134 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111133‎ | r111134 | r111135 >
Date:00:49, 10 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Cleaned up some docs after r111101
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/FileBackend.php
@@ -1224,7 +1224,7 @@
12251225
12261226 /**
12271227 * @see FileBackend::getLocalReference()
1228 - * @return null|\TempFSFile
 1228+ * @return TempFSFile|null
12291229 */
12301230 public function getLocalReference( array $params ) {
12311231 wfProfileIn( __METHOD__ );
@@ -1289,7 +1289,7 @@
12901290
12911291 /**
12921292 * @copydoc FileBackend::getFileList()
1293 - * @return Array|FileBackendStoreShardListIterator|null|Traversable
 1293+ * @return Array|null|Traversable
12941294 */
12951295 final public function getFileList( array $params ) {
12961296 list( $fullCont, $dir, $shard ) = $this->resolveStoragePath( $params['dir'] );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111101More return documentationreedy21:33, 9 February 2012

Status & tagging log