for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace FH\Bundle\MailerBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class FHMailerBundle extends Bundle
{
public function getPath(): string
return \dirname(__DIR__);
}