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)
$event
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
// do nothing
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.