Globally unsuppress phan issues with low count
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Thu, 29 Aug 2019 09:59:59 +0000 (11:59 +0200)
committerDaimona Eaytoy <daimona.wiki@gmail.com>
Fri, 30 Aug 2019 09:40:47 +0000 (09:40 +0000)
commit7f7efbe026b01be36019c26571224a6e8a178677
treeef73beaf6d911c31f41a01d3d3c479f97431ab8a
parent1d71306b5253124bc7ae7175712df7f2b06892fc
Globally unsuppress phan issues with low count

All of these suppression prevent the detection of many common mistakes,
and could easily prevent things like T231488. Especially if there are
few issues of a given type, it's way better to suppress them inline,
instead of disabling them for the whole core.
This patch only touches the one with a lower count (although those
counts may be out of date).

Bug: T231636
Change-Id: Ica50297ec7c71a81ba2204f9763499da925067bd
24 files changed:
.phan/config.php
.phan/internal_stubs/intl.phan_php [new file with mode: 0644]
includes/api/ApiMessageTrait.php
includes/content/ContentHandler.php
includes/htmlform/fields/HTMLAutoCompleteSelectField.php
includes/installer/DatabaseUpdater.php
includes/libs/ExplodeIterator.php
includes/libs/GenericArrayObject.php
includes/libs/MWMessagePack.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/mime/MSCompoundFileReader.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/resultwrapper/IResultWrapper.php
includes/media/GIFMetadataExtractor.php
includes/media/WebPHandler.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/resourceloader/ResourceLoaderOOUIImageModule.php
includes/revisionlist/RevisionListBase.php
includes/session/SessionManager.php
includes/specialpage/AuthManagerSpecialPage.php
includes/utils/ZipDirectoryReader.php
languages/Language.php
maintenance/convertExtensionToRegistration.php