Total Complexity | 1 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
15 | class AppServiceProvider extends AbstractServiceProvider |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | protected $provides = [ |
||
21 | ResultPager::class, |
||
22 | MergeRequestApprovalService::class, |
||
23 | ProjectService::class, |
||
24 | MergeRequestService::class, |
||
25 | UserService::class, |
||
26 | MergeRequestApprovalFilter::class, |
||
27 | ]; |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function register() |
||
61 |
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.