Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
15 | class Configuration implements ConfigurationInterface |
||
16 | { |
||
17 | const FLASH_TEMPLATE = 'flash_template'; |
||
18 | const FLASH_BLOCK_ID = 'flash_block_id'; |
||
19 | const PERSISTENT_CLASS = 'persistent_class'; |
||
20 | const BLOCKS_TO_RENDER = 'blocks_to_render'; |
||
21 | const ID = 'id'; |
||
22 | const REFRESH = 'refresh'; |
||
23 | |||
24 | public function getConfigTreeBuilder() |
||
53 |
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.