From: Umherirrender Date: Tue, 23 Oct 2018 18:35:00 +0000 (+0200) Subject: Remove fixed phpcs:ignore X-Git-Tag: 1.34.0-rc.0~3686^2 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=577eeaea91326b0a9f498b34265a414a1847f0e9;p=lhc%2Fweb%2Fwiklou.git Remove fixed phpcs:ignore Follow-Up: I418345870e25fa37df0195ddc74193b54fe6d2a5 Change-Id: I0b3a546455c2f35d3aeadbdd31a07bdb1958a74c --- 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