| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 16 | class SessionCustomerValidationPageDependencyProvider extends SprykerSessionCustomerValidationPageDependencyProvider |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return \SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionSaverPluginInterface |
||
| 20 | */ |
||
| 21 | protected function getCustomerSessionSaverPlugin(): CustomerSessionSaverPluginInterface |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \SprykerShop\Yves\SessionCustomerValidationPageExtension\Dependency\Plugin\CustomerSessionValidatorPluginInterface |
||
| 28 | */ |
||
| 29 | protected function getCustomerSessionValidatorPlugin(): CustomerSessionValidatorPluginInterface |
||
| 34 |