wiki.techinc.nl/includes/libs
Daimona Eaytoy ae424ce5da build: Upgrade mediawiki-phan-config to 0.8.0
This is to ensure that the CI job is working with the new version.

Note: redundant_condition_detection should have worked as expected by
this version, but unfortunately it still has false positives.

Bug: T235049
Bug: T231636
Change-Id: Idaba6584cb5b2ff19b6455c7bbec6b89619ddbff
2019-10-22 09:16:45 +00:00
..
composer Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
eventrelayer
filebackend Merge "Fix new phan errors, part 6" 2019-10-20 18:05:18 +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 lib/Message: Support MessageValue as a parameter 2019-08-30 15:14:37 -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 build: Upgrade mediawiki-phan-config to 0.8.0 2019-10-22 09:16:45 +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
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php resourceloader: Remove data URI fallback for IE6 and IE7 2019-10-04 03:15:37 +01:00
DeferredStringifier.php
DnsSrvDiscoverer.php Fix new phan errors, part 6 2019-10-20 17:53:48 +00:00
EasyDeflate.php
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
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php
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.