Update .wp-env.json #158
ci.yaml
on: push
phpcs
/
phpcs
16s
phpstan
/
phpstan
27s
coverage
/
coverage
28s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
5 errors and 2 warnings
phpcs / phpcs
Process completed with exit code 1.
|
phpstan / phpstan:
src/CardField.php#L61
Parameter #2 $attributes of class Pronamic\WordPress\Html\Element constructor expects array<string, bool|float|int|string>, array<string, string|false|null> given.
|
phpstan / phpstan:
src/CardField.php#L90
Method Pronamic\WordPress\Pay\Gateways\Mollie\CardField::jsonSerialize() return type has no value type specified in iterable type array.
|
phpstan / phpstan:
src/Gateway.php#L750
Access to an undefined property Pronamic\WordPress\Mollie\PaymentRequest::$card_token.
|
phpstan / phpstan
Process completed with exit code 1.
|
phpcs / phpcs:
tests/src/GatewayTest.php#L102
The method parameter $url is never used
|
phpcs / phpcs:
tests/src/GatewayTest.php#L122
The method parameter $url is never used
|