wiki.techinc.nl/includes/utils
Umherirrender fc07f4f8a7 Unwrap types in function docs from {}
{} is used in javascript, not in php

Used @(?:param|return|var|throws) \{[^\}]+\} to find&replace

Change-Id: I2e0c9c64b6528f3899d2809d585b5e4859838007
2017-10-09 21:31:07 +02:00
..
AutoloadGenerator.php Unwrap types in function docs from {} 2017-10-09 21:31:07 +02:00
AvroValidator.php
BatchRowIterator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
BatchRowUpdate.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
BatchRowWriter.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
FileContentsHasher.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
ZipDirectoryReader.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +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.