Skip to content

remove workflows

remove workflows #32

Triggered via push November 5, 2023 20:22
Status Failure
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

php80_PhStan.yml

on: push
build-test
32s
build-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-test: src/buttons/class.Button.php#L14
Property Button::$_oForm is never read, only written.
build-test: src/class.FormHandler.php#L117
Property FormHandler::$errors is never read, only written.
build-test: src/class.FormHandler.php#L2956
Negated boolean expression is always true.
build-test: src/class.FormHandler.php#L3701
Right side of || is always false.
build-test: src/class.dbFormHandler.php#L1122
Variable $field might not be defined.
build-test: src/fields/class.CheckBox.php#L71
Left side of && is always true.
build-test: src/fields/class.CheckBox.php#L199
Right side of || is always false.
build-test: src/fields/class.DateTextField.php#L134
Unreachable statement - code above always terminates.
build-test: src/fields/class.ListField.php#L104
Result of || is always true.
build-test: src/fields/class.ListField.php#L104
Variable $sValue in isset() always exists and is not nullable.