for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yiisoft\EventDispatcher\Tests\Listener;
use Yiisoft\EventDispatcher\Tests\Event\Event;
class WithStaticMethod
{
public static function handle(Event $event): void
// do nothing
}