wiki.techinc.nl/includes/utils
Daimona Eaytoy 9f072ed60e Fix new phan errors, part 4
Still doc-only, this ends the easy part.

Bug: T231636
Change-Id: I51f180edc57d96322b9cd46e6a32aeffcbdc3bed
2019-10-12 10:35:31 +00:00
..
AutoloadGenerator.php Move ClassCollector to its own file 2019-04-14 19:46:18 +00:00
AvroValidator.php Suppress PhanUndeclaredProperty for custom properties and phan bugs 2019-09-14 13:22:54 +00:00
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php Fix new phan errors, part 4 2019-10-12 10:35:31 +00:00
ClassCollector.php Unsuppress other phan issues (part 4) 2019-08-31 17:13:39 +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 Unsuppress PhanParamsTooMany 2019-10-10 12:44:08 -07: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.