| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class CurrencyDependencyProvider extends SprykerCurrencyDependencyProvider |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return array<\Spryker\Client\CurrencyExtension\Dependency\CurrencyPostChangePluginInterface> |
||
| 20 | */ |
||
| 21 | protected function getCurrencyPostChangePlugins(): array |
||
| 25 | ]; |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return list<\Spryker\Client\CurrencyExtension\Dependency\Plugin\CurrentCurrencyIsoCodePreCheckPluginInterface> |
||
| 30 | */ |
||
| 31 | protected function getCurrentCurrencyIsoCodePreCheckPlugins(): array |
||
| 38 |