Merge "OutputPage: Add visibility to various methods & do some micro-optimizations"
[lhc/web/wiklou.git] / includes / OutputPage.php
index 5359444..c9b4193 100644 (file)
@@ -1598,6 +1598,7 @@ class OutputPage extends ContextSource {
         * @param ParserOptions|null $options Either the ParserOption to use or null to only get the
         *   current ParserOption object. This parameter is deprecated since 1.31.
         * @return ParserOptions
+        * @suppress PhanUndeclaredProperty For isBogus
         */
        public function parserOptions( $options = null ) {
                if ( $options !== null ) {