| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 25 | class StateProviderWithWorkflow implements ValidationStateProviderInterface |
||
| 26 | { |
||
| 27 | private $discriminator; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * StateProviderWithWorkflow constructor. |
||
| 31 | * @param string $discriminator |
||
| 32 | */ |
||
| 33 | public function __construct(string $discriminator) |
||
| 36 | } |
||
| 37 | |||
| 38 | |||
| 39 | public function getGroupSequenceForState(string $state, string $workflowName): array |
||
| 46 |