Skip to content

phpcbf

phpcbf #27

Triggered via push August 30, 2023 12:33
Status Failure
Total duration 48s
Artifacts

ci.yaml

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

Annotations

11 errors and 5 warnings
phpcs / phpcs
Process completed with exit code 1.
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.
phpcs / phpcs: views/payment-settings.php#L34
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
phpcs / phpcs: views/payment-settings.php#L71
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
phpcs / phpcs: views/payment-settings.php#L112
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
phpcs / phpcs: views/payment-settings.php#L145
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.
phpcs / phpcs: views/payment-settings.php#L165
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). Please verify.