mediawiki-extensions-Scribunto/includes/common
Brad Jorsch a54087abee Remove unreachable code path
The $options parameter to ScribuntoContent::fillParserOutput() is
typehinted as `ParserOptions` and is not nullable, so the code path for
`!$options` will never be reached.

Also fix the @param doc to match.

Bug: T194263
Change-Id: I254a583b7f7ddd1797aa40f0ddfb973161185a49
2018-07-11 18:43:52 +00:00
..
ApiScribuntoConsole.php
Base.php
Common.php
Hooks.php
ScribuntoContent.php
ScribuntoContentHandler.php