mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-12-02 12:06:20 +00:00
build: Updating mediawiki/mediawiki-phan-config to 0.8.0
Bug: T235049 Change-Id: I40fd8ddf278a716171a05a30215fdef6fcf123be
This commit is contained in:
parent
ac65956ce2
commit
88893ed005
|
@ -4,7 +4,7 @@
|
||||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||||
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
||||||
"mediawiki/minus-x": "0.3.1",
|
"mediawiki/minus-x": "0.3.1",
|
||||||
"mediawiki/mediawiki-phan-config": "0.6.1"
|
"mediawiki/mediawiki-phan-config": "0.8.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": [
|
"fix": [
|
||||||
|
|
|
@ -37,7 +37,6 @@ class CategoryTree {
|
||||||
private $linkRenderer;
|
private $linkRenderer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @suppress PhanTypeInvalidDimOffset
|
|
||||||
* @param array $options
|
* @param array $options
|
||||||
*/
|
*/
|
||||||
public function __construct( array $options ) {
|
public function __construct( array $options ) {
|
||||||
|
|
|
@ -266,6 +266,7 @@ class CategoryTreeHooks {
|
||||||
* @suppress PhanUndeclaredProperty SpecialPage->categoryTreeCategories
|
* @suppress PhanUndeclaredProperty SpecialPage->categoryTreeCategories
|
||||||
* @param SpecialPage $specialPage SpecialTrackingCategories object
|
* @param SpecialPage $specialPage SpecialTrackingCategories object
|
||||||
* @param array $trackingCategories [ 'msg' => Title, 'cats' => Title[] ]
|
* @param array $trackingCategories [ 'msg' => Title, 'cats' => Title[] ]
|
||||||
|
* @phan-param array<string,array{msg:Title,cats:Title[]}> $trackingCategories
|
||||||
*/
|
*/
|
||||||
public static function onSpecialTrackingCategoriesPreprocess(
|
public static function onSpecialTrackingCategoriesPreprocess(
|
||||||
SpecialPage $specialPage, array $trackingCategories
|
SpecialPage $specialPage, array $trackingCategories
|
||||||
|
|
Loading…
Reference in a new issue