Skip to content

Merge pull request #6 from codebar-ag/feature-l11 #23

Merge pull request #6 from codebar-ag/feature-l11

Merge pull request #6 from codebar-ag/feature-l11 #23

Triggered via push November 13, 2024 13:46
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/