Fix "Fatal error: Uncaught Error: Call to undefined method Pronamic\W… #36
ci.yaml
on: push
phpcs
/
phpcs
15s
phpstan
/
phpstan
37s
Matrix: phplint / phplint
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.
|