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 Move classes into includes/ 2018-04-09 08:54:22 -07:00
Base.php Add phan configuration 2018-05-14 18:41:59 -07:00
Common.php Get rid of call_user_func_array() 2018-07-03 19:40:19 -07:00
Hooks.php Add phan configuration 2018-05-14 18:41:59 -07:00
ScribuntoContent.php Remove unreachable code path 2018-07-11 18:43:52 +00:00
ScribuntoContentHandler.php Move classes into includes/ 2018-04-09 08:54:22 -07:00