Skip to content

Update vimeo/psalm requirement to ^5.25. #78

Update vimeo/psalm requirement to ^5.25.

Update vimeo/psalm requirement to ^5.25. #78

Triggered via push August 13, 2024 08:30
Status Failure
Total duration 1m 46s
Artifacts

ci.yaml

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

Annotations

29 errors
coverage / coverage
Script "coverage" is not defined in this package
coverage / coverage
Process completed with exit code 1.
phpunit / PHP 8.2 WordPress 6.4
Process completed with exit code 1.
phpunit / PHP 8.3 WordPress 6.4
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.3 WordPress 6.4
Process completed with exit code 1.
phpunit / PHP 8.2 WordPress 6.5
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.2 WordPress 6.5
Process completed with exit code 1.
phpunit / PHP 8.1 WordPress 6.5
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.1 WordPress 6.5
The operation was canceled.
phpunit / PHP 8.3 WordPress 6.5
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.3 WordPress 6.5
Process completed with exit code 1.
phpunit / PHP 8.1 WordPress 6.4
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.1 WordPress 6.4
The operation was canceled.
phpunit / PHP 8.3 WordPress 6.3
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.3 WordPress 6.3
The operation was canceled.
phpunit / PHP 8.2 WordPress 6.3
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.2 WordPress 6.3
The operation was canceled.
phpunit / PHP 8.1 WordPress 6.3
The job was canceled because "_8_2_6_4" failed.
phpunit / PHP 8.1 WordPress 6.3
The operation was canceled.
phpstan / phpstan: src/AbstractPaymentRequest.php#L411
Property Pronamic\WordPress\Pay\Gateways\Adyen\AbstractPaymentRequest::$merchant_order_reference (string|null) does not accept mixed.
phpstan / phpstan: src/Gateway.php#L84
Parameter #1 $string of function md5 expects string, string|false given.
phpstan / phpstan: src/Gateway.php#L119
Method Pronamic\WordPress\Pay\Gateways\Adyen\Gateway::get_payment_methods() has parameter $args with no value type specified in iterable type array.
phpstan / phpstan: src/Gateway.php#L135
Parameter #1 $string of function md5 expects string, string|false given.
phpstan / phpstan: src/Gateway.php#L147
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
phpstan / phpstan: src/Gateway.php#L148
Cannot call method get_type() on mixed.
phpstan / phpstan: src/Gateway.php#L150
Parameter #1 $id of method Pronamic\WordPress\Pay\Core\Gateway::get_payment_method() expects string, string|null given.
phpstan / phpstan: src/Gateway.php#L217
Cannot cast mixed to string.
phpstan / phpstan: src/Gateway.php#L221
Parameter #1 $type of class Pronamic\WordPress\Pay\Gateways\Adyen\PaymentMethodDetails constructor expects string, string|null given.
phpstan / phpstan: src/Integration.php#L212
Parameter #1 $value of function strval expects bool|float|int|resource|string|null, mixed given.