changes: Fix wrong typehint

Fortunately the method is private.

Change-Id: Ic3838f1269c99b9679c7552bcb7b049f0b8e7b6f
This commit is contained in:
Daimona Eaytoy 2019-09-11 11:00:28 +02:00
parent ffec2d6ef7
commit a4327ec8c8

View file

@ -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