Merge tag 'v4.3.4' #7
ci.yaml
on: push
phpcs
/
phpcs
29s
phpstan
/
phpstan
37s
Matrix: phplint / phplint
Annotations
20 errors and 9 warnings
phpcs / phpcs:
src/custom-field-phone.php#L22
Line indented incorrectly; expected 1 tabs, found 0
|
phpcs / phpcs:
src/custom-field-phone.php#L23
Tabs must be used to indent lines; spaces are not allowed
|
phpcs / phpcs:
src/custom-field-phone.php#L24
Tabs must be used to indent lines; spaces are not allowed
|
phpcs / phpcs:
src/custom-field-phone.php#L25
Tabs must be used to indent lines; spaces are not allowed
|
phpcs / phpcs:
src/custom-field-phone.php#L25
Space after opening control structure is required
|
phpcs / phpcs:
src/custom-field-phone.php#L25
No space before opening parenthesis is prohibited
|
phpcs / phpcs:
src/custom-field-phone.php#L25
Expected 1 space(s) after IF keyword; 0 found
|
phpcs / phpcs:
src/custom-field-phone.php#L29
Tabs must be used to indent lines; spaces are not allowed
|
phpcs / phpcs:
src/custom-field-phone.php#L30
Tabs must be used to indent lines; spaces are not allowed
|
phpcs / phpcs:
src/custom-field-phone.php#L31
Tabs must be used to indent lines; spaces are not allowed
|
phpstan / phpstan:
src/Gateway.php#L472
Cannot call method set_phone() on Pronamic\WordPress\Pay\Address|null.
|
phpstan / phpstan:
src/custom-field-phone.php#L21
Function knitpay_edd_display_checkout_fields() has no return typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L42
Function knitpay_edd_required_checkout_fields() has no return typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L42
Function knitpay_edd_required_checkout_fields() has parameter $required_fields with no typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L65
Function knitpay_edd_store_custom_fields() has no return typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L65
Function knitpay_edd_store_custom_fields() has parameter $payment_meta with no typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L79
Function knitpay_edd_view_order_details() has no return typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L79
Function knitpay_edd_view_order_details() has parameter $payment_meta with no typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L79
Function knitpay_edd_view_order_details() has parameter $user_info with no typehint specified.
|
phpstan / phpstan:
src/custom-field-phone.php#L95
Function knitpay_edd_add_email_tag() has no return typehint specified.
|
phpcs / phpcs:
src/custom-field-phone.php#L2
This comment is 50% valid code; is this commented out code?
|
phpcs / phpcs:
src/custom-field-phone.php#L44
Array double arrow not aligned correctly; expected 6 space(s) between "'error_id'" and double arrow, but found 1.
|
phpcs / phpcs:
src/custom-field-phone.php#L55
This comment is 57% valid code; is this commented out code?
|
phpcs / phpcs:
src/custom-field-phone.php#L85
Found precision alignment of 1 spaces.
|
phpcs / phpcs:
src/Extension.php#L134
This comment is 50% valid code; is this commented out code?
|
phpcs / phpcs:
src/Extension.php#L135
Array double arrow not aligned correctly; expected 1 space(s) between "'pronamic_pay_bank_transfer'" and double arrow, but found 6.
|
phpcs / phpcs:
src/Extension.php#L136
This comment is 50% valid code; is this commented out code?
|
phpcs / phpcs:
src/Extension.php#L137
Array double arrow not aligned correctly; expected 3 space(s) between "'pronamic_pay_credit_card'" and double arrow, but found 8.
|
phpcs / phpcs:
src/Extension.php#L138
This comment is 43% valid code; is this commented out code?
|