mediawiki-extensions-Scribunto/includes
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
..
common Remove unreachable code path 2018-07-11 18:43:52 +00:00
engines Merge "Get rid of call_user_func_array()" 2018-07-04 03:58:20 +00:00