Fix using null for a non-nullable argument
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 15 Sep 2019 13:53:14 +0000 (15:53 +0200)
committerKrinkle <krinklemail@gmail.com>
Thu, 19 Sep 2019 16:55:03 +0000 (16:55 +0000)
commitb138a9b228ea75814dfad26f4b6fed9360732167
treedd7e98efb2ca0ae352b36b6198339607f7820c77
parent7c2ad4cc239e21022ed3dc302d06eebe24916348
Fix using null for a non-nullable argument

These are reported by phan as PhanTypeMismatchArgumentNullableInternal
when null_casts_as_any_type is disabled.

Change-Id: I85076ee31c1bfc59a19600e84da0d915e425890a
includes/GlobalFunctions.php
includes/exception/MWExceptionHandler.php
includes/libs/mime/MimeAnalyzer.php
includes/parser/Parser.php
includes/specials/SpecialMyLanguage.php
includes/upload/UploadBase.php