Skip to content

Switch from pronamic/wp-deployer to pronamic/pronamic-cli. #18

Switch from pronamic/wp-deployer to pronamic/pronamic-cli.

Switch from pronamic/wp-deployer to pronamic/pronamic-cli. #18

Triggered via push June 1, 2023 09:52
Status Failure
Total duration 40s
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>.