mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
Phpstan
This commit is contained in:
@@ -18,15 +18,11 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
)]
|
||||
class MakeAdminCommand extends Command
|
||||
{
|
||||
public function __construct(private UserRepository $userRepository)
|
||||
public function __construct(private readonly UserRepository $userRepository)
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
protected function configure(): void
|
||||
{
|
||||
$this
|
||||
|
||||
Reference in New Issue
Block a user