wiki.techinc.nl/includes/libs
Kunal Mehta 4a8ae0a0b4 Use callable type-hint in a few places
Mostly places which immediately had a:
 if ( !is_callable( $callback ) ) {
  throw new Exception(...);
 }
check at the beginning of the function.

Change-Id: Ia78663b2231629010816bd1cda8814b996968d1d
2016-06-07 16:39:22 -07:00
..
composer
eventrelayer Merge "Make WAN cache config use $wgEventRelayerConfig" 2016-04-25 20:48:19 +00:00
objectcache Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
replacers
stats Fix phpdoc in StatsdAwareInterface 2016-04-06 15:59:53 +00:00
virtualrest virtualrest: Small doc fix 2016-04-12 21:10:45 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Allow tag names for SqlBagOStuff consistent hashing 2016-04-18 22:21:22 +00:00
Cookie.php Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CookieJar.php Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CSSMin.php Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
DeferredStringifier.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php Add LinkRenderer (rewrite of Linker::link()) 2016-05-23 12:00:09 -07:00
HttpStatus.php
IEContentAnalyzer.php
IEUrlExtension.php Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" 2016-04-13 19:49:39 +00:00
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php
MultiHttpClient.php
MWMessagePack.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
ObjectFactory.php
ProcessCacheLRU.php
README
ReplacementArray.php
RiffExtractor.php
SamplingStatsdClient.php
ScopedCallback.php
StatusValue.php Improve getErrorsByType() docs 2016-04-18 09:08:26 -07:00
StringUtils.php Clean up after "Kill mbstring fallbacks" 2016-04-07 09:02:37 -04:00
Timing.php
UDPTransport.php
Xhprof.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
XhprofData.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
XmlTypeCheck.php

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.