Skip to content

Laravel 11

Laravel 11 #17

Triggered via pull request September 12, 2024 21:57
@StanBarrowsStanBarrows
synchronize #6
feature-l11
Status Failure
Total duration 27s
Artifacts

phpstan.yml

on: pull_request
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/