Skip to content

Merge branch '5.11.x' #942

Merge branch '5.11.x'

Merge branch '5.11.x' #942

Triggered via push December 1, 2024 19:55
Status Failure
Total duration 1m 22s
Artifacts
Matrix: analyse-php
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
analyse-php (8.2): src/Components/CaseExpression.php#L87
Only booleans are allowed in an if condition, string|null given.
analyse-php (8.2): src/Components/CreateDefinition.php#L78
Only booleans are allowed in an if condition, bool|null given.
analyse-php (8.2): src/Components/CreateDefinition.php#L86
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2): src/Components/CreateDefinition.php#L91
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2): src/Components/CreateDefinition.php#L95
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2): src/Components/Expression.php#L108
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2): src/Components/IntoKeyword.php#L144
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2): src/Components/IntoKeyword.php#L157
Only booleans are allowed in a ternary operator condition, bool|null given.
analyse-php (8.2): src/Components/JoinKeyword.php#L84
Call to function array_search() requires parameter #3 to be set.
analyse-php (8.2): src/Components/JoinKeyword.php#L85
Construct empty() is not allowed. Use more strict comparison.
analyse-php (8.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/