From f804acda8e440aa8a08febe6a451c83fa15560a6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 5 Nov 2011 09:19:35 +0000 Subject: [PATCH] Added title type hint to invalidateImageRedirect here too --- includes/filerepo/FileRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php index 20a13438f3..d39b8f9196 100644 --- a/includes/filerepo/FileRepo.php +++ b/includes/filerepo/FileRepo.php @@ -655,7 +655,7 @@ abstract class FileRepo { * STUB * @param $title Title of image */ - function invalidateImageRedirect( $title ) {} + function invalidateImageRedirect( Title $title ) {} /** * Get an array or iterator of file objects for files that have a given -- 2.20.1