Merge "Echo: Remove redundant cast"

This commit is contained in:
jenkins-bot 2021-02-03 07:46:21 +00:00 committed by Gerrit Code Review
commit 4029279de1

View file

@ -117,7 +117,7 @@ class MWEchoEventLogging {
[ [
'context' => 'archive', 'context' => 'archive',
'action' => 'special-page-visit', 'action' => 'special-page-visit',
'userId' => (int)$user->getId(), 'userId' => $user->getId(),
'editCount' => (int)$user->getEditCount(), 'editCount' => (int)$user->getEditCount(),
'notifWiki' => wfWikiID(), 'notifWiki' => wfWikiID(),
// Hack: Figure out if we are in the mobile skin // Hack: Figure out if we are in the mobile skin