Skip to content

v4.5.4

v4.5.4 #23

Triggered via push July 12, 2023 09:07
Status Failure
Total duration 42s
Artifacts

ci.yaml

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

Annotations

10 errors
phpstan / phpstan: src/Client.php#L82
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::send_request() has parameter $parameters with no value type specified in iterable type array.
phpstan / phpstan: src/Client.php#L82
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::send_request() never returns null so it can be removed from the return typehint.
phpstan / phpstan: src/Client.php#L82
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::send_request() return type has no value type specified in iterable type array.
phpstan / phpstan: src/Client.php#L111
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L111
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L123
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L128
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::send_request() should return array|stdClass|null but returns object.
phpstan / phpstan: src/Client.php#L143
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::transaction_start() has parameter $request_param with no value type specified in iterable type array.
phpstan / phpstan: src/Client.php#L175
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::transaction_info() return type has no value type specified in iterable type array.
phpstan / phpstan: src/Client.php#L217
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::get_issuers() should return array<string, string> but returns array<int|string, mixed>.