The method generateClient() does not exist on Ticaje\AConnector\Interfaces\ClientInterface. It seems like you code against a sub-type of Ticaje\AConnector\Interfaces\ClientInterface such as Ticaje\AConnector\Gateway\Client\Rest or Ticaje\AConnector\Gateway\Client\Soap or Ticaje\AConnector\Gateway\Client\Rest or Ticaje\AConnector\Gateway\Client\Soap.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
49
$this->client->/** @scrutinizer ignore-call */
50
generateClient(['base_uri' => $this->baseUri]);
Loading history...
50
}
51
52
public function build(ServiceRequestInterface $serviceRequest, DtoInterface $dto)
The method getApiMethodName() does not exist on Ticaje\AeSdk\Domain\Inte...ServiceRequestInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to Ticaje\AeSdk\Domain\Inte...ServiceRequestInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method setApiMethodName() does not exist on Ticaje\AeSdk\Infrastruct...Interfaces\DtoInterface. It seems like you code against a sub-type of said class. However, the method does not exist in Ticaje\AeSdk\Infrastruct...est\RequestDtoInterface. Are you sure you never get one of those?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method setRequest() does not exist on Ticaje\AeSdk\Infrastruct...Interfaces\DtoInterface. It seems like you code against a sub-type of said class. However, the method does not exist in Ticaje\AeSdk\Infrastruct...est\RequestDtoInterface. Are you sure you never get one of those?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation