diff --git a/tests/phpunit/event/HandlerListManagerTest.php b/tests/phpunit/event/HandlerListManagerTest.php index a15456d9e..bf35bf2dc 100644 --- a/tests/phpunit/event/HandlerListManagerTest.php +++ b/tests/phpunit/event/HandlerListManagerTest.php @@ -33,7 +33,7 @@ class HandlerListManagerTest extends TestCase{ private $resolveParentFunc; - public function setUp(){ + public function setUp() : void{ /** @see HandlerListManager::isValidClass() */ $this->isValidFunc = (new \ReflectionMethod(HandlerListManager::class, 'isValidClass'))->getClosure(); /** @see HandlerListManager::resolveNearestHandleableParent() */