Skip to content

Merge pull request #10 from pronamic:9-add-support-for-complus-parameter #39

Merge pull request #10 from pronamic:9-add-support-for-complus-parameter

Merge pull request #10 from pronamic:9-add-support-for-complus-parameter #39

Triggered via push June 20, 2023 10:11
Status Failure
Total duration 43s
Artifacts

ci.yaml

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

Annotations

10 errors
phpstan / phpstan: src/AbstractIntegration.php#L8
Method Pronamic\WordPress\Pay\Gateways\Ingenico\AbstractIntegration::__construct() has parameter $args with no value type specified in iterable type array.
phpstan / phpstan: src/Data.php#L21
Property Pronamic\WordPress\Pay\Gateways\Ingenico\Data::$fields type has no value type specified in iterable type array.
phpstan / phpstan: src/Data.php#L35
Method Pronamic\WordPress\Pay\Gateways\Ingenico\Data::get_fields() return type has no value type specified in iterable type array.
phpstan / phpstan: src/Data.php#L44
Method Pronamic\WordPress\Pay\Gateways\Ingenico\Data::get_field() has no return typehint specified.
phpstan / phpstan: src/DataCreditCardHelper.php#L26
Parameter #2 $value of method Pronamic\WordPress\Pay\Gateways\Ingenico\DataHelper::set_field() expects string, int given.
phpstan / phpstan: src/DataGeneralHelper.php#L46
Parameter #2 $value of method Pronamic\WordPress\Pay\Gateways\Ingenico\DataHelper::set_field() expects string, int given.
phpstan / phpstan: src/DataHelper.php#L21
Property Pronamic\WordPress\Pay\Gateways\Ingenico\DataHelper::$data type has no value type specified in iterable type array.
phpstan / phpstan: src/DataHelper.php#L29
Property Pronamic\WordPress\Pay\Gateways\Ingenico\DataHelper::$data (array) does not accept Pronamic\WordPress\Pay\Gateways\Ingenico\Data.
phpstan / phpstan: src/DataHelper.php#L41
Cannot call method set_field() on array.
phpstan / phpstan: src/DataUrlHelper.php#L25
Method Pronamic\WordPress\Pay\Gateways\Ingenico\DataUrlHelper::set_accept_url() has no return typehint specified.