1 | <?php |
||
14 | class Sitemap extends AbstractAction { |
||
15 | |||
16 | /** @inheritdoc */ |
||
17 | public function minimumPermission() { |
||
20 | |||
21 | /** |
||
22 | * Handle sitemap delivery |
||
23 | * |
||
24 | * @author Michael Hamann <[email protected]> |
||
25 | * @throws FatalException |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | public function preProcess() { |
||
64 | |||
65 | } |
||
66 |
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.