diff --git a/.phpcs.xml b/.phpcs.xml index 3839d784..5b7a5681 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -2,6 +2,6 @@ . - + diff --git a/composer.json b/composer.json index 4f693aca..0971aa84 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "mediawiki/mediawiki-codesniffer": "31.0.0", - "mediawiki/mediawiki-phan-config": "0.10.2", + "mediawiki/mediawiki-phan-config": "0.10.3", "mediawiki/minus-x": "1.1.0", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0" diff --git a/includes/CategoryTreeHooks.php b/includes/CategoryTreeHooks.php index 0900a2f2..e9927230 100644 --- a/includes/CategoryTreeHooks.php +++ b/includes/CategoryTreeHooks.php @@ -138,7 +138,6 @@ class CategoryTreeHooks { /** * Entry point for the tag parser hook. * This loads CategoryTreeFunctions.php and calls CategoryTree::getTag() - * @suppress PhanUndeclaredProperty ParserOutput->mCategoryTreeTag * @param string $cat * @param array $argv * @param Parser|null $parser @@ -180,7 +179,6 @@ class CategoryTreeHooks { * Hook callback that injects messages and things into the tag, * if needed in the current page. * Does nothing if $parserOutput->mCategoryTreeTag is not set - * @suppress PhanUndeclaredProperty ParserOutput->mCategoryTreeTag * @param OutputPage $outputPage * @param ParserOutput $parserOutput */