Fix parameter type docs
authorLeszek Manicki <leszek.manicki@wikimedia.de>
Wed, 14 Dec 2016 16:01:47 +0000 (17:01 +0100)
committerLeszek Manicki <leszek.manicki@wikimedia.de>
Wed, 14 Dec 2016 16:01:47 +0000 (17:01 +0100)
commit95b9d82a3a1813ec17fa078710dc2d89338afedb
tree4698834d330485204aa7fbe809fc53107315f923
parent584fd0c75b8ed34c710d5c3747c4bee4aeb9d179
Fix parameter type docs

Changes:
 - uses int instead of number as param and return value type,
 - uses stdClass instead of stdObject
 - fixes ResourceLoaderClientHtml constructor's $target param type:
   it is string|null, not an array (previously misspelled as "aray")
 - changes the type of references to XML parser in XMP lib to resource
   instead of not existing XMLParser

Change-Id: I98c363ebc6658d1f4dcabad97a9a92f3fcd7ea8c
includes/Message.php
includes/content/Content.php
includes/content/WikitextContent.php
includes/libs/xmp/XMP.php
includes/page/WikiPage.php
includes/parser/Parser.php
includes/resourceloader/ResourceLoaderClientHtml.php
includes/specials/SpecialMediaStatistics.php
tests/phan/config.php