wip: Configuration: Fix currency fallback #268
Annotations
10 errors and 1 warning
tests:
app/Components/Helpers.php#L48
Strict comparison using === between '' and '' will always evaluate to true.
|
tests:
app/Components/Helpers.php#L51
Cannot cast mixed to string.
|
tests:
app/Components/Helpers.php#L80
Method App\Components\Helpers::prepareAttrs() should return array{array<string, array<string, mixed>>, string} but returns array{array<string, array<mixed>>, non-falsy-string}.
|
tests:
app/Components/ObjectSelectBox.php#L44
Parameter #2 $errorMessage of method Nette\Forms\Rules::addRule() expects object|string|null, mixed given.
|
tests:
app/Components/TeamForm.php#L183
Cannot access property $name on mixed.
|
tests:
app/Components/TeamForm.php#L184
Cannot access property $label on mixed.
|
tests:
app/Components/TeamForm.php#L187
Parameter #1 $name of method App\Components\TeamForm::addSportident() expects string, mixed given.
|
tests:
app/Components/TeamForm.php#L189
Parameter #1 $name of method Nette\Forms\Container::addSelect() expects string, mixed given.
|
tests:
app/Components/TeamForm.php#L189
Parameter #2 $label of method Nette\Forms\Container::addSelect() expects object|string|null, mixed given.
|
tests:
app/Components/TeamForm.php#L195
Parameter #1 $name of method Nette\Forms\Container::addText() expects string, mixed given.
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|