| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class InvoiceSecuredB2cDataProvider implements StepEngineFormDataProviderInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 20 | * |
||
| 21 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
| 22 | */ |
||
| 23 | public function getData(AbstractTransfer $quoteTransfer): QuoteTransfer |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 40 | * |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | public function getOptions(AbstractTransfer $quoteTransfer): array |
||
| 48 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.