wiki.techinc.nl/includes/utils
Umherirrender ace44e2064 Use correct variable name in @param documentation
For some varargs a variable name is added with suffix ,... as seen for
many other varargs

Some @param are swapped, because there are in the wrong order

Enable Sniff MediaWiki.Commenting.FunctionComment.ParamNameNoMatch

Change-Id: I60fec6025bce824d5c67563ab7b65ad6cd628ad8
2017-08-11 19:27:19 +02:00
..
AutoloadGenerator.php Use correct variable name in @param documentation 2017-08-11 19:27:19 +02:00
AvroValidator.php
BatchRowIterator.php Fix php code style 2017-05-05 12:03:54 +00:00
BatchRowUpdate.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
BatchRowWriter.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
FileContentsHasher.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
MWCryptHKDF.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
MWCryptRand.php
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
ZipDirectoryReader.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
ZipDirectoryReaderError.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00

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.