Minor - flint fixes

pull/3274/head
Julio Montoya 5 years ago
parent bb099be88f
commit 38fbab91d1
  1. 2
      main/inc/lib/hook/HookQuizEnd.php
  2. 2
      main/inc/lib/hook/interfaces/HookQuizEndObserverInterface.php

@ -17,7 +17,7 @@ class HookQuizEnd extends HookEvent implements HookQuizEndEventInterface
} }
/** /**
* @inheritDoc * {@inheritdoc}
*/ */
public function notifyQuizEnd() public function notifyQuizEnd()
{ {

@ -7,8 +7,6 @@
interface HookQuizEndObserverInterface interface HookQuizEndObserverInterface
{ {
/** /**
* @param HookQuizEndEventInterface $hookvent
*
* @return mixed * @return mixed
*/ */
public function hookQuizEnd(HookQuizEndEventInterface $hookvent); public function hookQuizEnd(HookQuizEndEventInterface $hookvent);

Loading…
Cancel
Save