Skip to content

v4.4.1

v4.4.1 #38

Triggered via push November 15, 2023 13:09
Status Failure
Total duration 2m 6s
Artifacts

ci.yaml

on: push
Matrix: phplint / phplint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan / phpstan: src/BankSelectFieldType.php#L57
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::available_fields() has no return typehint specified.
phpstan / phpstan: src/BankSelectFieldType.php#L57
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::available_fields() has parameter $fields with no value type specified in iterable type array.
phpstan / phpstan: src/BankSelectFieldType.php#L57
PHPDoc tag @return has invalid value ($fields): Unexpected token "$fields", expected type at offset 255
phpstan / phpstan: src/BankSelectFieldType.php#L73
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::before_field_created() has parameter $field_data with no value type specified in iterable type array.
phpstan / phpstan: src/BankSelectFieldType.php#L73
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::before_field_created() return type has no value type specified in iterable type array.
phpstan / phpstan: src/BankSelectFieldType.php#L88
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::display_added_fields() has no return typehint specified.
phpstan / phpstan: src/BankSelectFieldType.php#L88
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::display_added_fields() has parameter $field with no value type specified in iterable type array.
phpstan / phpstan: src/BankSelectFieldType.php#L99
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::render_admin_field() has no return typehint specified.
phpstan / phpstan: src/BankSelectFieldType.php#L99
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::render_admin_field() has parameter $field with no value type specified in iterable type array.
phpstan / phpstan: src/BankSelectFieldType.php#L111
Method Pronamic\WordPress\Pay\Extensions\FormidableForms\BankSelectFieldType::form_fields() has no return typehint specified.