wiki.techinc.nl/includes/utils
Daimona Eaytoy 7f7efbe026 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
2019-08-30 09:40:47 +00:00
..
AutoloadGenerator.php Move ClassCollector to its own file 2019-04-14 19:46:18 +00:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php Fix/suppress misc phan errors (#2) 2019-04-05 16:12:18 -07:00
BatchRowWriter.php
ClassCollector.php AutoLoader: Skip tokenizing of irrelevant lines in ClassCollector 2019-06-19 15:09:49 +00:00
ExecutableFinder.php
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php Remove CryptRand and related stuff 2019-04-11 18:20:09 +01:00
MWFileProps.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
ZipDirectoryReader.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
ZipDirectoryReaderError.php

The classes in this directory are general utilities for use by any part of
MediaWiki. They do not favour any particular user interface and are not
constrained to serve any particular feature. This is similar to includes/libs,
except that some dependency on the MediaWiki framework (such as the use of
MWException, Status or wfDebug()) disqualifies them from use outside of
MediaWiki without modification.

Utilities should not use global configuration variables, rather they should rely
on the caller to configure their behaviour.