r102089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102088‎ | r102089 | r102090 >
Date:09:19, 5 November 2011
Author:aaron
Status:ok
Tags:
Comment:
Added title type hint to invalidateImageRedirect here too
Modified paths:
  • /trunk/phase3/includes/filerepo/FileRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/FileRepo.php
@@ -655,7 +655,7 @@
656656 * STUB
657657 * @param $title Title of image
658658 */
659 - function invalidateImageRedirect( $title ) {}
 659+ function invalidateImageRedirect( Title $title ) {}
660660
661661 /**
662662 * Get an array or iterator of file objects for files that have a given

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102072* Added some Title type hinting...aaron23:33, 4 November 2011

Status & tagging log