BaseTemplate: Use explicit varargs in method parameters
authorMáté Szabó <mszabo@wikia-inc.com>
Sat, 5 Oct 2019 16:27:30 +0000 (18:27 +0200)
committerReedy <reedy@wikimedia.org>
Fri, 18 Oct 2019 20:35:48 +0000 (21:35 +0100)
commit5ff92cd11ebcc3418e689a0ea3f170d4f1f78dc3
tree04cc84ebbcd06fb539ab9d5f8dae4bf9127286bd
parent13d176d840f85a58dd1411621c0af93a3877bfa7
BaseTemplate: Use explicit varargs in method parameters

With the removal of HHVM support, we can now use explicit varargs
in function arguments. This patch updates the BaseTemplateclass to
do so, and also removes PhanCommentParamWithoutRealParam check suppressions,
which are now redundant.

Bug: T231710
Change-Id: If78bd1556c862a472afe3646fd362b3c6baefbe0
includes/skins/BaseTemplate.php