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 Invokable
{
public function __invoke(Event $event)
// do nothing
}