mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Remove wrong return type from ScribuntoEngineBase::reportLimitData
Change-Id: Ide01f5c5a497d6ee9553daaacbf2e098826860f6
This commit is contained in:
parent
a4170f8a00
commit
764d265623
|
@ -269,7 +269,6 @@ abstract class ScribuntoEngineBase {
|
|||
* Add limit report data to a ParserOutput object
|
||||
*
|
||||
* @param ParserOutput $output ParserOutput object in which to add limit data
|
||||
* @return null
|
||||
*/
|
||||
public function reportLimitData( ParserOutput $output ) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue