vendor/bin/phpcbf #34
ci.yaml
on: push
phpcs
/
phpcs
17s
phpstan
/
phpstan
29s
Matrix: phplint / phplint
Annotations
10 errors
phpstan / phpstan:
src/Gateway.php#L77
Parameter #1 $string of function md5 expects string, string|false given.
|
phpstan / phpstan:
src/Gateway.php#L95
Parameter #1 $string of function md5 expects string, string|false given.
|
phpstan / phpstan:
src/Gateway.php#L118
Call to method paymentmethodService() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L136
Call to method singleMethod() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L341
Call to method setMerchantID() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L350
Call to method getURL() on an unknown class instance.
|
phpstan / phpstan:
src/Gateway.php#L363
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#L163
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.
|