Total Complexity | 3 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Coverage | 89.47% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class CompleteAuthoriseAndCaptureRequest extends AbstractRequest |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | 1 | public function getData(): array |
|
23 | } |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 1 | public function sendData($data): ResponseInterface |
|
49 | ); |
||
50 | } |
||
51 | |||
52 | /** |
||
53 | * Get the HttpRequest. |
||
54 | * |
||
55 | * @return Request |
||
56 | */ |
||
57 | public function getHttpRequest(): Request |
||
62 |
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.