Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class ProductsPlugin extends AbstractPlugin implements EcondaPluginInterface |
||
23 | { |
||
24 | /** |
||
25 | * @param \Generated\Shared\Transfer\LocaleTransfer $locale |
||
26 | * @param \Generated\Shared\Transfer\BatchResultTransfer $result |
||
27 | * @param \SprykerEco\Zed\Econda\Business\Exporter\Writer\WriterInterface $dataWriter |
||
28 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function run( |
||
52 |
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.