Skip to content

Update .gitattributes #33

Update .gitattributes

Update .gitattributes #33

Triggered via push March 30, 2023 12:35
Status Failure
Total duration 3m 7s
Artifacts

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.