<?php namespace Dispify\EventDispatcher\Tests; class CustomEvent { public function first($event): void { } public function second($event): void { } public function third($event): void { } }