Remove wrong return type from ScribuntoEngineBase::reportLimitData

Change-Id: Ide01f5c5a497d6ee9553daaacbf2e098826860f6
This commit is contained in:
Umherirrender 2021-02-03 22:10:20 +01:00
parent a4170f8a00
commit 764d265623

View file

@ -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 ) {
}