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