| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class ValidatorDependencyProvider extends SprykerValidatorDependencyProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return array<\Spryker\Shared\ValidatorExtension\Dependency\Plugin\ValidatorPluginInterface> |
||
| 22 | */ |
||
| 23 | protected function getValidatorPlugins(): array |
||
| 29 | ]; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return array<\Spryker\Shared\ValidatorExtension\Dependency\Plugin\ConstraintPluginInterface> |
||
| 34 | */ |
||
| 35 | protected function getConstraintPlugins(): array |
||
| 42 |