src/Imp/ActionContext.php
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($action, $from, $to, $event, $context, $stateMachine, int $position)
Method get
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function get($action, $from, $to, $event, $context, $stateMachine, int $position): ActionContext