mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-09 05:38:25 +00:00
Update php cs fixer to latest version 3.88.2 with fixes
This commit is contained in:
@@ -54,9 +54,7 @@ class LoadUsers extends Fixture implements OrderedFixtureInterface
|
||||
],
|
||||
];
|
||||
|
||||
public function __construct(private readonly UserPasswordHasherInterface $passwordHasher)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly UserPasswordHasherInterface $passwordHasher) {}
|
||||
|
||||
public function getOrder(): int
|
||||
{
|
||||
|
||||
@@ -22,9 +22,7 @@ use Symfony\Bundle\SecurityBundle\Security;
|
||||
|
||||
class TrackCreateUpdateSubscriber implements EventSubscriber
|
||||
{
|
||||
public function __construct(private readonly Security $security)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly Security $security) {}
|
||||
|
||||
public function getSubscribedEvents(): array
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ use Symfony\Component\Form\Extension\Core\Type\FormType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
use function count;
|
||||
|
||||
/**
|
||||
* Command to get the report with curl:
|
||||
|
||||
Reference in New Issue
Block a user