for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Messenger\Test\Tests\Fixture\Messenger;
use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
/**
* @author Kevin Bond <[email protected]>
*/
final class MessageFHandler implements MessageHandlerInterface
{
public function __invoke(MessageF $message): void
}