Remove fixed phpcs:ignore
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 23 Oct 2018 18:35:00 +0000 (20:35 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 23 Oct 2018 18:35:00 +0000 (20:35 +0200)
Follow-Up: I418345870e25fa37df0195ddc74193b54fe6d2a5
Change-Id: I0b3a546455c2f35d3aeadbdd31a07bdb1958a74c

includes/page/Article.php

index af4f293..9f7f280 100644 (file)
@@ -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