| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class ShipmentGuiDependencyProvider extends SprykerShipmentGuiDependencyProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param \Spryker\Zed\Kernel\Container $container |
||
| 22 | * |
||
| 23 | * @return \Spryker\Zed\Kernel\Communication\Form\FormTypeInterface |
||
| 24 | */ |
||
| 25 | protected function getMoneyCollectionFormTypePlugin(Container $container): FormTypeInterface // phpcs:ignore SlevomatCodingStandard.Functions.UnusedParameter |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return \Spryker\Zed\Kernel\Communication\Form\FormTypeInterface |
||
| 32 | */ |
||
| 33 | protected function getStoreRelationFormTypePlugin(): FormTypeInterface |
||
| 38 |