Fix for issue #16. #80
ci.yaml
on: push
phpcs
/
phpcs
15s
phpstan
/
phpstan
22s
Matrix: phplint / phplint
Annotations
8 errors
phpstan / phpstan:
src/Extension.php#L157
Method Pronamic\WordPress\Pay\Extensions\ContactForm7\Extension::submission_result() return type has no value type specified in iterable type array.
|
phpstan / phpstan:
src/Pronamic.php#L55
Class Pronamic\WordPress\Pay\Extensions\ContactForm7\SubmissionHelper referenced with incorrect case: Pronamic\WordPress\Pay\Extensions\ContactForm7\SubMissionHelper.
|
phpstan / phpstan:
src/SubmissionHelper.php#L110
Constant WPCF7_USE_PIPE not found.
|
phpstan / phpstan:
src/Tags/AmountTag.php#L72
Parameter #2 $default_value of function wpcf7_get_hangover expects string|null, array|string given.
|
phpstan / phpstan:
src/Tags/IssuerTag.php#L80
Parameter #2 $default_value of function wpcf7_get_hangover expects string|null, array|string given.
|
phpstan / phpstan:
src/Tags/IssuerTag.php#L96
Call to an undefined method Pronamic\WordPress\Pay\Fields\Field::get_options().
|
phpstan / phpstan:
src/Tags/PaymentMethodTag.php#L80
Parameter #2 $default_value of function wpcf7_get_hangover expects string|null, array|string given.
|
phpstan / phpstan
Process completed with exit code 1.
|