Skip to content

Fix running PHPStan. #37

Fix running PHPStan.

Fix running PHPStan. #37

Triggered via push August 13, 2024 08:09
Status Failure
Total duration 35s
Artifacts

ci.yaml

on: push
Matrix: phplint / phplint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
phpstan / phpstan: src/Gateway.php#L90
Parameter #1 $issuer_id of method Pronamic\WordPress\Pay\Gateways\EMS\ECommerce\Client::set_issuer_id() expects string, mixed given.
phpstan / phpstan: src/Gateway.php#L110
Parameter #1 $order_id of method Pronamic\WordPress\Pay\Gateways\EMS\ECommerce\Client::set_order_id() expects string, int|string|null given.
phpstan / phpstan: src/Integration.php#L148
Property Pronamic\WordPress\Pay\Gateways\EMS\ECommerce\Config::$storename (string|null) does not accept mixed.
phpstan / phpstan: src/Integration.php#L149
Property Pronamic\WordPress\Pay\Gateways\EMS\ECommerce\Config::$secret (string|null) does not accept mixed.
phpstan / phpstan: src/Integration.php#L150
Property Pronamic\WordPress\Pay\Gateways\EMS\ECommerce\Config::$order_id (string|null) does not accept mixed.
phpstan / phpstan
Process completed with exit code 1.