| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class SessionCustomerValidationPageDependencyProvider extends SprykerSessionCustomerValidationPageDependencyProvider |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @return \SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionSaverPluginInterface |
||
| 23 | */ |
||
| 24 | protected function getCustomerSessionSaverPlugin(): CustomerSessionSaverPluginInterface |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return \SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionValidatorPluginInterface |
||
| 31 | */ |
||
| 32 | protected function getCustomerSessionValidatorPlugin(): CustomerSessionValidatorPluginInterface |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return array<\SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionValidatorPluginInterface> |
||
| 39 | */ |
||
| 40 | protected function getCustomerSessionValidatorPlugins(): array |
||
| 48 |