PPFrame: Use explicit varargs in method parameters
authorMáté Szabó <mszabo@wikia-inc.com>
Sat, 5 Oct 2019 15:52:29 +0000 (17:52 +0200)
committerReedy <reedy@wikimedia.org>
Fri, 18 Oct 2019 20:35:16 +0000 (21:35 +0100)
commitfe7a8d9adff4682e9c89396504010c15c94909b0
tree0647659643f9648577cef5b10891a82765e1a581
parent248b7e2e31a4c8c4034c885d7ea5d07fe9f7d111
PPFrame: 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 PPFrame interface to
do so, and also removes PhanCommentParamWithoutRealParam check suppressions,
which are now redundant.

It seems that classes implementing this interface were already using varargs.

Bug: T231710
Change-Id: Ib1d69575835df80dca4e43b0028ad9368f62bb58
includes/parser/PPFrame.php