// TODO deduplicate with ArticleCompileInterface::getArticleByPageId(), maybe move to this class // FIXME: this will never be true because componentDb is an array // @phan-suppress-next-line PhanTypeComparisonFromArray $fromdb = $this->componentDb === DB_MASTER ? 'fromdbmaster' : 'fromdb';
Except $this->componentDb is an array, and will never be equal to DB_MASTER.