mediawiki-extensions-Confir.../SimpleCaptcha
Umherirrender b2ec6b2955 Replace isset() with null check in SimpleCaptcha
Found usage of isset() on expression $this->captchaSolved that appears
to be always set. isset() should only be used to suppress errors. Check
whether the expression is null instead.
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#isset

Change-Id: I5520786060b2aa2fca81acd40924d84e94e8dff2
2024-04-01 13:38:44 +02:00
..
resources Convert SimpleCaptcha to OOUI 2018-12-12 11:51:38 +00:00
SimpleCaptcha.php Replace isset() with null check in SimpleCaptcha 2024-04-01 13:38:44 +02:00