Conditions | 4 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) |
||
30 | { |
||
31 | if (isset($scopeSettings['url_checker']) && !empty($scopeSettings['url_checker']['handlers'])) { |
||
32 | foreach ($scopeSettings['url_checker']['handlers'] as $name => $options) { |
||
33 | $contextualizer->setContextualParameter('url_handler.' . $name . '.options', $currentScope, $options); |
||
34 | } |
||
35 | } |
||
36 | } |
||
37 | } |
||
38 |
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.