@ -17,7 +17,7 @@ class HookQuizEnd extends HookEvent implements HookQuizEndEventInterface
}
/**
* @inheritDoc
* {@inheritdoc}
*/
public function notifyQuizEnd()
{
@ -7,8 +7,6 @@
interface HookQuizEndObserverInterface
* @param HookQuizEndEventInterface $hookvent
*
* @return mixed
public function hookQuizEnd(HookQuizEndEventInterface $hookvent);