The method setSuccess() does not exist on Ticaje\AeSdk\Infrastruct...er\Token\TokenDecorator. Since you implemented __call, consider adding a @method annotation.
(
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 setAccessToken() does not exist on Ticaje\AeSdk\Infrastruct...er\Token\TokenDecorator. Since you implemented __call, consider adding a @method annotation.
(
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 setAccessTokenValidity() does not exist on Ticaje\AeSdk\Infrastruct...er\Token\TokenDecorator. Since you implemented __call, consider adding a @method annotation.
(
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 setMessage() does not exist on Ticaje\AeSdk\Infrastruct...er\Token\TokenDecorator. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
53
$this->/** @scrutinizer ignore-call */
54
setMessage("Token generated successfully");
Loading history...
54
}
55
56
/**
57
* @param $content
58
*/
59
private function launchFailed($content)
60
{
61
$this->setSuccess(false);
62
$this->setMessage("There was a problem generating token: {$content->error_msg}");