Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class InvoiceFormDataProvider implements StepEngineFormDataProviderInterface |
||
16 | { |
||
17 | /** |
||
18 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
19 | * |
||
20 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
21 | */ |
||
22 | public function getData(AbstractTransfer $quoteTransfer) |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
39 | * |
||
40 | * @return array<string, mixed> |
||
41 | */ |
||
42 | public function getOptions(AbstractTransfer $quoteTransfer) |
||
47 |
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.