` is generated for a history line.
*
* @since 1.35
*
* @param HistoryPager $historyAction
* @param stdClass &$row The revision row for this line
* @param string &$s The string representing this parsed line
* @param string[] &$classes Array containing the `
` element classes
* @param string[] &$attribs Associative array of other HTML attributes for the `` element.
* Currently only data attributes reserved to MediaWiki are allowed
* (see Sanitizer::isReservedDataAttribute).
* @return bool|void True or no return value to continue or false to abort
*/
public function onPageHistoryLineEnding( $historyAction, &$row, &$s, &$classes,
&$attribs
);
}