| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class SessionCustomerValidationPageDependencyProvider extends SprykerSessionCustomerValidationPageDependencyProvider |
||
| 20 | { |
||
| 21 | protected function getCustomerSessionSaverPlugin(): CustomerSessionSaverPluginInterface |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function getCustomerSessionValidatorPlugin(): CustomerSessionValidatorPluginInterface |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return array<\SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionValidatorPluginInterface> |
||
| 33 | */ |
||
| 34 | protected function getCustomerSessionValidatorPlugins(): array |
||
| 42 |