src/Attributes/Transit.php
Method __construct
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(?string $from, ?string $to, ?string $on, bool $targetFinal = false, string $when = 'Always', ?string $whenMvel = null, string $type = TransitionType::EXTERNAL, ?string $callMethod = null, int $priority = 1)