for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Gbere\SimpleAuth\Controller;
use Symfony\Component\Routing\Annotation\Route;
final class LogoutController
{
/**
* @Route("/logout", name="simple_auth_logout")
*/
public function __invoke(): void
}