Skip to content

Commit 4087c5c

Browse files
authored
Update KnowledgeGraph.php
1 parent 0256d07 commit 4087c5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

includes/KnowledgeGraph.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public static function getAllPropertiesForNode( string $nodeTitleText ): array {
449449
}
450450

451451
/**
452-
* @param Title|MediaWiki\Title\Title $title $title
452+
* @param Title $title $title
453453
* @return string|null
454454
*/
455455
public static function getWikipageContent( $title ) {
@@ -466,7 +466,7 @@ public static function getWikipageContent( $title ) {
466466
}
467467

468468
/**
469-
* @param Title|MediaWiki\Title\Title $title
469+
* @param Title $title
470470
* @return WikiPage|null
471471
*/
472472
public static function getWikiPage( $title ) {
@@ -614,7 +614,7 @@ public static function articlesInCategories( $category, $limit, $offset ) {
614614

615615
/**
616616
* @see https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/PageProperties/+/refs/heads/1.0.3/includes/PageProperties.php
617-
* @param Title|MediaWiki\Title\Title $title
617+
* @param Title $title
618618
* @param array $onlyProperties
619619
* @param int $depth
620620
* @param int $maxDepth

0 commit comments

Comments
 (0)