Merge pull request #4 from codebar-ag/feature-refresh #15
Annotations
10 errors and 1 warning
phpstan:
src/Client/PostfinanceClient.php#L34
PHPDoc tag @param for parameter $parameters with type Phpro\SoapClient\Type\RequestInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\GetInvoicePayer.
|
phpstan:
src/Client/PostfinanceClient.php#L34
PHPDoc tag @return with type Phpro\SoapClient\Type\ResultInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\GetInvoicePayerResponse.
|
phpstan:
src/Client/PostfinanceClient.php#L36
Method CodebarAg\PostfinanceB2B\Client\PostfinanceClient::getInvoicePayer() should return CodebarAg\PostfinanceB2B\Client\Type\GetInvoicePayerResponse but returns Phpro\SoapClient\Type\ResultInterface.
|
phpstan:
src/Client/PostfinanceClient.php#L45
PHPDoc tag @param for parameter $parameters with type Phpro\SoapClient\Type\RequestInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\GetInvoiceListPayer.
|
phpstan:
src/Client/PostfinanceClient.php#L45
PHPDoc tag @return with type Phpro\SoapClient\Type\ResultInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\GetInvoiceListPayerResponse.
|
phpstan:
src/Client/PostfinanceClient.php#L47
Method CodebarAg\PostfinanceB2B\Client\PostfinanceClient::getInvoiceListPayer() should return CodebarAg\PostfinanceB2B\Client\Type\GetInvoiceListPayerResponse but returns Phpro\SoapClient\Type\ResultInterface.
|
phpstan:
src/Client/PostfinanceClient.php#L56
PHPDoc tag @param for parameter $parameters with type Phpro\SoapClient\Type\RequestInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\ExecutePing.
|
phpstan:
src/Client/PostfinanceClient.php#L56
PHPDoc tag @return with type Phpro\SoapClient\Type\ResultInterface is not subtype of native type CodebarAg\PostfinanceB2B\Client\Type\ExecutePingResponse.
|
phpstan:
src/Client/PostfinanceClient.php#L58
Method CodebarAg\PostfinanceB2B\Client\PostfinanceClient::executePing() should return CodebarAg\PostfinanceB2B\Client\Type\ExecutePingResponse but returns Phpro\SoapClient\Type\ResultInterface.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|