changes: Fix wrong typehint
Fortunately the method is private. Change-Id: Ic3838f1269c99b9679c7552bcb7b049f0b8e7b6f
This commit is contained in:
parent
ffec2d6ef7
commit
a4327ec8c8
1 changed files with 2 additions and 2 deletions
|
|
@ -109,11 +109,11 @@ class RCCacheEntryFactory {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param RecentChange $cacheEntry
|
||||
* @param RCCacheEntry $cacheEntry
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
private function buildCLink( RecentChange $cacheEntry ) {
|
||||
private function buildCLink( RCCacheEntry $cacheEntry ) {
|
||||
$type = $cacheEntry->mAttribs['rc_type'];
|
||||
|
||||
// New unpatrolled pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue