wiki.techinc.nl/includes/utils
Timo Tijhof e5f0884ec4 Ignore phpcs in autoload.php
Causes 20 warnings for line length
https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/13849/console

As being autogenerated, migth as well ignore so we can have
mediawiki-core pass.

Change-Id: Iedbe527456144c9b09b7ba93a8ce67edf0b47015
2015-03-16 19:09:28 +01:00
..
AutoloadGenerator.php Ignore phpcs in autoload.php 2015-03-16 19:09:28 +01:00
IP.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
MWCryptHKDF.php Add lots of @throws 2014-12-24 13:49:20 +00:00
MWCryptRand.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
MWFunction.php Deprecate MWFunction::newObj() in favor of ObjectFactory 2014-11-06 13:41:18 -07:00
README
UIDGenerator.php Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
ZipDirectoryReader.php Add lots of @throws 2014-12-24 13:49:20 +00: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.