v4.5.4 #58
ci.yaml
on: push
phpcs
/
phpcs
25s
phpstan
/
phpstan
32s
Matrix: phplint / phplint
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.
|