wiki.techinc.nl/includes/libs
2019-11-01 01:47:02 +00:00
..
composer Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
eventrelayer Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
filebackend Merge "100% unit test coverage for FileBackend" 2019-11-01 01:47:02 +00:00
http Merge "Fix new phan errors, part 6" 2019-10-20 18:05:18 +00:00
iterators
lockmanager Fix a typo (yeild -> yield) 2019-09-13 03:38:14 +00:00
Message libs/Message: Add DataMessageValue 2019-10-17 15:57:54 -04:00
mime Fix using null for a non-nullable argument 2019-09-19 16:55:03 +00:00
objectcache build: Upgrade mediawiki-phan-config to 0.8.0 2019-10-22 09:16:45 +00:00
ParamValidator Remove more HHVM hacks 2019-10-06 10:16:09 +00:00
rdbms Merge "rdbms: add ILBFactory::setDefaultReplicationWaitTimeout() method" 2019-10-27 00:44:31 +00:00
redis Throw if Redis::SERIALIZER_IGBINARY is not defined 2019-09-05 21:45:15 +02:00
services Add recursion check to createService() 2019-08-18 10:51:24 +03:00
stats Unsuppress other phan issues with low count 2019-08-30 09:42:15 +00:00
virtualrest Fix new phan errors, part 8 2019-10-22 10:09:13 +02:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
Cookie.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
CookieJar.php
CryptHKDF.php
CSSMin.php resourceloader: Simplify CSSMin regex and its handling 2019-10-30 15:06:31 +00:00
DeferredStringifier.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
Deflate.php Move deflate method to MW util and deprecate EasyDeflate module 2019-10-30 15:03:41 +00:00
DnsSrvDiscoverer.php Fix new phan errors, part 6 2019-10-20 17:53:48 +00:00
ExplodeIterator.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
GenericArrayObject.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
HashRing.php Optimize HashRing to avoid hashing for the common single-location case 2019-08-29 19:30:27 -07:00
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php Document that IP::toHex should not be used for IP ranges 2019-10-28 15:19:08 +00:00
JavaScriptMinifier.php Fix PHPDoc type for instance variables and methods 2018-10-21 13:00:25 +01:00
jsminplus.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
MapCacheLRU.php Make MapCacheLRU::get() accept a default value and improve $maxAge default 2019-07-10 22:27:51 +00:00
MappedIterator.php Upgrade phan config to 0.7.1 2019-09-04 08:20:53 +00:00
MemoizedCallable.php libs: Declare dynamic properties and improve doc types 2019-09-12 10:57:26 +00:00
MessageSpecifier.php
MWCryptHash.php Remove more HHVM hacks 2019-10-06 10:16:09 +00:00
MWMessagePack.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Merge "Make Status::wrap and StatusValue::splitByErrorType work together" 2019-10-08 12:03:08 +00:00
StringUtils.php StringUtils: Clarify that isValidRegex is for PCRE regexps 2019-09-28 19:05:29 +00:00
Timing.php
UDPTransport.php
Xhprof.php Xhprof: Update comments now that HHVM is not supported 2019-10-11 01:18:17 +00:00
XhprofData.php Fix new phan errors, part 6 2019-10-20 17:53:48 +00:00

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.