`
* @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 onLogEventsListLineEnding( $page, &$ret, $entry, &$classes,
&$attribs
);
}