From 577eeaea91326b0a9f498b34265a414a1847f0e9 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 23 Oct 2018 20:35:00 +0200 Subject: [PATCH] Remove fixed phpcs:ignore Follow-Up: I418345870e25fa37df0195ddc74193b54fe6d2a5 Change-Id: I0b3a546455c2f35d3aeadbdd31a07bdb1958a74c --- includes/page/Article.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/page/Article.php b/includes/page/Article.php index af4f293ef1..9f7f280ba0 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -820,7 +820,6 @@ class Article implements Page { // Note that the ArticleViewHeader hook is allowed to set $outputDone to a // ParserOutput instance. $pOutput = ( $outputDone instanceof ParserOutput ) - // phpcs:ignore MediaWiki.Usage.NestedInlineTernary.UnparenthesizedTernary -- FIXME T203805 ? $outputDone // object fetched by hook : ( $this->mParserOutput ?: null ); // ParserOutput or null, avoid false -- 2.20.1