build(deps): bump symfony/dependency-injection from 8.1.0 to 8.1.1#4455
Merged
thorsten merged 1 commit intoJul 6, 2026
Merged
Annotations
1 error, 1 warning, and 3 notices
|
Publish PHPUnit test results
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1030k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
|
Run Mago:
phpmyfaq/src/phpMyFAQ/Category/Language/CategoryLanguageService.php#L80
Assigning `mixed` type to a variable may lead to unexpected behavior.
>Assigning `mixed` type here.
Using `mixed` can lead to runtime errors if the variable is used in a way that assumes a specific type.
Help: Consider using a more specific type to avoid potential issues.
|
|
Run Mago:
phpmyfaq/src/phpMyFAQ/Category/Language/CategoryLanguageService.php#L85
Redundant condition: variable `$row` (type `stdClass`) is already known to be `empty-countable`.
>This condition always evaluates to true
The type of variable `$row` (type `stdClass`) already satisfies the condition that it is `empty-countable`. This check is redundant.
Help: This condition is always true and the associated code block will always execute if reached. Consider simplifying.
|
|
Run Mago:
phpmyfaq/src/phpMyFAQ/Category/Language/CategoryLanguageService.php#L85
Redundant `||` operation: left operand is evaluated and right operand is always falsy.
>Left operand is evaluated
>Right operand is always falsy
The `||` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
Run Mago:
phpmyfaq/src/phpMyFAQ/Category/Language/CategoryLanguageService.php#L85
Redundant `===` comparison: left-hand side is never identical to right-hand side.
>Left operand is `stdClass`
>Right operand is `array{}`
The `===` operator will always return `false` in this case.
Help: Consider simplifying or removing this comparison as it always evaluates to `false`.
|
background
wait
wait-all
cancel
parallel
Loading