src/Attributes/State.php
Method __construct
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(?string $parent = null, ?string $name = null, ?string $alias = null, ?string $entryCallMethod = null, ?string $exitCallMethod = null, bool $initialState = false, bool $finalState = false, string $historyType = HistoryType::NONE, string $compositeType = StateCompositeType::SEQUENTIAL)