1 | <?php |
||
35 | class EeBundleOptionValueObserver extends BundleOptionValueObserver |
||
36 | { |
||
37 | |||
38 | /** |
||
39 | * Return the row ID for the passed SKU. |
||
40 | * |
||
41 | * @param string $sku The SKU to return the row ID for |
||
42 | * |
||
43 | * @return integer The mapped row ID |
||
44 | * @throws \Exception Is thrown if the SKU is not mapped yet |
||
45 | */ |
||
46 | protected function mapSku($sku) |
||
50 | } |
||
51 |
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.