mediawiki-extensions-Confir.../includes
Daimona Eaytoy 7297235b2a Pass correct type to constructor
Although there was no docblock on CaptchaAuthenticationRequest::__construct,
the method is supposed to get a string and an array, as that's how the
class members are documented and used. Trying to access offsets of null
resulted in PHP notices on PHP 7.4, as seen in the experimental job
for various repos.

Bug: T239726
Change-Id: Idd073ebf3d560543ec225479de060e3c198847eb
2019-12-03 19:30:55 +00:00
..
auth Pass correct type to constructor 2019-12-03 19:30:55 +00:00
specials Add phan 2019-05-28 21:05:39 +02:00
store Document CaptchaStore to store arrays 2019-05-26 22:19:03 +02:00
CaptchaTriggers.php Allow other extensions to setup triggers using attributes 2017-09-02 17:45:26 +02:00
CaptchaValue.php Add AuthManager support to SimpleCaptcha, QuestyCaptcha, FancyCaptcha, MathCaptcha 2016-05-16 09:50:25 +00:00
ConfirmEditHooks.php Remove redundant reference from EditPage hook handler 2019-09-28 13:05:39 +00:00