@@ -95,7 +95,7 @@ |
||
95 | 95 | * @param string $transitionName The transition executed to reach the step. |
96 | 96 | * @param string $stepToName The step reached after transition. |
97 | 97 | * @param bool $successful Consider if transition was successful. |
98 | - * @param array $data Stored data. |
|
98 | + * @param Context\Properties $data Stored data. |
|
99 | 99 | * @param DateTimeImmutable $reachedAt Time when state was reached. |
100 | 100 | * @param array $errors List of errors. |
101 | 101 | * @param int $stateId The state id of a persisted state. |