for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Cairns\Radiate\MethodNameInflector;
final class HandleInflector implements MethodNameInflector
{
public function inflect($event)
return 'handle';
}