Total Complexity | 7 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 5 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
11 | class NavigationBuilderController extends AbstractController |
||
12 | { |
||
13 | private $nav = []; |
||
14 | |||
15 | /** |
||
16 | * function that display the left navigation mapped by user rights |
||
17 | * @return Response |
||
18 | */ |
||
19 | public function getLeftNavigation(Globals $globals, AccessRights $access_rights): Response |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * to get all modules navigation and test right navigation |
||
36 | */ |
||
37 | private function getModuleNavigation() |
||
56 |
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.