Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class ThemeAssetMapServiceProvider extends AbstractLeagueServiceFactory |
||
10 | { |
||
11 | protected function id(): string |
||
12 | { |
||
13 | return 'theme_assets'; |
||
14 | } |
||
15 | |||
16 | protected function aliases(): array |
||
17 | { |
||
18 | return ['theme_asset_map']; |
||
19 | } |
||
20 | |||
21 | protected function factory(): ServiceFactoryInterface |
||
24 | } |
||
25 | |||
26 | protected function args(): ?array |
||
34 | ]; |
||
35 | } |
||
37 |
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.