Skip to content

Include error message for unknown response. #24

Include error message for unknown response.

Include error message for unknown response. #24

Triggered via push July 24, 2023 07:44
Status Failure
Total duration 41s
Artifacts

ci.yaml

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

Annotations

12 errors
phpcs / phpcs: src/Client.php#L93
A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
phpcs / phpcs
Process completed with exit code 1.
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#L116
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L116
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L128
Access to an undefined property object::$request.
phpstan / phpstan: src/Client.php#L133
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::send_request() should return array|stdClass|null but returns object.
phpstan / phpstan: src/Client.php#L148
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#L180
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#L222
Method Pronamic\WordPress\Pay\Gateways\PayNL\Client::get_issuers() should return array<string, string> but returns array<int|string, mixed>.