Resolve required parameter after optional in Message
authorErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 8 Jun 2018 21:33:02 +0000 (14:33 -0700)
committerEBernhardson <ebernhardson@wikimedia.org>
Fri, 8 Jun 2018 21:48:51 +0000 (21:48 +0000)
commitaa7612e030318bb1ab910cad169e8ff499b2c2b9
tree8ae51aa0b628c44fc21f4964c3ca9e5de308cb92
parent2119f0c01753248da1152d9aa10436d588351fac
Resolve required parameter after optional in Message

It looks like this parameter has had a default since it was first
created, and somehow kept it even after a new parameter was added
to the end. codesearch.wmflabs.org suggests, and I could not find,
and calls to this function from any other code that would need
the defaulted param (probably because they fail due to the later
required parameter).

Change-Id: Iae6e736c5c957d9fccb6ab5813a3b5b02eeb3f6f
includes/Message.php