mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Mark class as final and readonly
This commit is contained in:
parent
79621e8ab7
commit
6453237340
@ -17,7 +17,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
|||||||
use Symfony\Component\Workflow\Event\GuardEvent;
|
use Symfony\Component\Workflow\Event\GuardEvent;
|
||||||
use Symfony\Component\Workflow\TransitionBlocker;
|
use Symfony\Component\Workflow\TransitionBlocker;
|
||||||
|
|
||||||
class BlockSignatureOnRelatedEntityWithoutAnyStoredObjectGuard implements EventSubscriberInterface
|
final readonly class BlockSignatureOnRelatedEntityWithoutAnyStoredObjectGuard implements EventSubscriberInterface
|
||||||
{
|
{
|
||||||
public function __construct(private EntityWorkflowManager $entityWorkflowManager) {}
|
public function __construct(private EntityWorkflowManager $entityWorkflowManager) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user