v4.3.6 #38
ci.yaml
on: push
phpcs
/
phpcs
30s
phpstan
/
phpstan
27s
Matrix: phplint / phplint
Annotations
10 errors
phpstan / phpstan:
src/Gateway.php#L76
Parameter #1 $string of function md5 expects string, string|false given.
|
phpstan / phpstan:
src/Gateway.php#L94
Parameter #1 $string of function md5 expects string, string|false given.
|
phpstan / phpstan:
src/Gateway.php#L117
Call to method paymentmethodService() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L135
Call to method singleMethod() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L340
Call to method setMerchantID() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L349
Call to method getURL() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L368
Parameter #1 $merchantID of method Icepay_Api_Base::setMerchantID() expects int, string given.
|
phpstan / phpstan:
src/Integration.php#L23
Method Pronamic\WordPress\Pay\Gateways\Icepay\Integration::__construct() has parameter $args with no value type specified in iterable type array.
|
phpstan / phpstan:
src/Integration.php#L159
Parameter #1 $config of class Pronamic\WordPress\Pay\Gateways\Icepay\Gateway constructor expects Pronamic\WordPress\Pay\Gateways\Icepay\Config, Pronamic\WordPress\Pay\Core\GatewayConfig|null given.
|
phpstan / phpstan
Process completed with exit code 1.
|