Skip to content

composer require wp-pay/core #29

composer require wp-pay/core

composer require wp-pay/core #29

Triggered via push March 29, 2023 07:28
Status Failure
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

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

Annotations

10 errors
phpstan / phpstan: src/Config.php#L75
Method Pronamic\WordPress\Pay\Gateways\Buckaroo\Config::set_host() has no return typehint specified.
phpstan / phpstan: src/Gateway.php#L72
Parameter #1 $string of function md5 expects string, string|false given.
phpstan / phpstan: src/Gateway.php#L98
Method Pronamic\WordPress\Pay\Gateways\Buckaroo\Gateway::get_payment_methods() has parameter $args with no value type specified in iterable type array.
phpstan / phpstan: src/Gateway.php#L128
Parameter #1 $string of function md5 expects string, string|false given.
phpstan / phpstan: src/Gateway.php#L190
Access to an undefined property object::$Version.
phpstan / phpstan: src/Gateway.php#L195
Access to an undefined property object::$Name.
phpstan / phpstan: src/Gateway.php#L203
Access to an undefined property object::$Actions.
phpstan / phpstan: src/Gateway.php#L753
Method Pronamic\WordPress\Pay\Gateways\Buckaroo\Gateway::get_software_header() should return string but returns string|false.
phpstan / phpstan: src/Gateway.php#L976
Method Pronamic\WordPress\Pay\Gateways\Buckaroo\Gateway::create_refund() should return string|null but return statement is missing.
phpstan / phpstan: src/Integration.php#L66
Access to an undefined property Pronamic\WordPress\Pay\Gateways\Buckaroo\Integration::$meta_key_website_key.