Add some missing @throws annotations

This commit is contained in:
Dylan K. Taylor
2019-01-30 19:41:20 +00:00
parent 8387c08db2
commit 3e58708130
7 changed files with 18 additions and 3 deletions

View File

@ -48,8 +48,6 @@ abstract class Event{
* Calls event handlers registered for this event.
*
* @throws \RuntimeException if event call recursion reaches the max depth limit
*
* @throws \ReflectionException
*/
public function call() : void{
if(self::$eventCallDepth >= self::MAX_EVENT_CALL_DEPTH){