diff --git a/includes/LinkCount.php b/includes/LinkCount.php index 2d5c871..a4643c2 100644 --- a/includes/LinkCount.php +++ b/includes/LinkCount.php @@ -95,7 +95,8 @@ public function __construct(string $page, string $project, $namespaces = '') { 'redirect', 'rd', CountQueryMode::Redirect, - CountQuery::NO_FROM_NS | CountQuery::NO_LINK_TARGET), + CountQuery::NO_FROM_NS | CountQuery::NO_LINK_TARGET + ), 'transclusions' => $this->countQuery->runQuery( 'templatelinks', 'tl',