Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class CartReorderRestApiDependencyProvider extends SprykerCartReorderRestApiDependencyProvider |
||
18 | { |
||
19 | /** |
||
20 | * @return list<\Spryker\Glue\CartReorderRestApiExtension\Dependency\Plugin\RestCartReorderAttributesMapperPluginInterface> |
||
21 | */ |
||
22 | protected function getRestCartReorderAttributesMapperPlugins(): array |
||
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @return list<\Spryker\Glue\CartReorderRestApiExtension\Dependency\Plugin\CartReorderRequestExpanderPluginInterface> |
||
31 | */ |
||
32 | protected function getCartReorderRequestExpanderPlugins(): array |
||
40 |