Portuguese translated at 98.0% (3671 of 3743 strings) #5652
Annotations
7 errors and 1 warning
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L1
Ignored error pattern #^Call to function assert\(\) with true will always evaluate to true\.$# (function.alreadyNarrowedType) in path /home/runner/work/webtrees/webtrees/app/Http/Middleware/UseDatabase.php was not matched in reported errors.
|
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L1
Ignored error pattern #^Instanceof between Illuminate\\Database\\Query\\Builder and Illuminate\\Database\\Query\\Builder will always evaluate to true\.$# (instanceof.alwaysTrue) in path /home/runner/work/webtrees/webtrees/app/Http/Middleware/UseDatabase.php was not matched in reported errors.
|
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L1
Ignored error pattern #^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder\:\:where\(\) expects array\|Closure\|string, mixed given\.$# (argument.type) in path /home/runner/work/webtrees/webtrees/app/Http/Middleware/UseDatabase.php was not matched in reported errors.
|
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L103
Call to function assert() with false will always evaluate to false.
|
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L103
Instanceof between $this(Fisharebest\Webtrees\Http\Middleware\UseDatabase) and Illuminate\Database\Query\Builder will always evaluate to false.
|
phpstan (ubuntu-latest, 7.4):
app/Http/Middleware/UseDatabase.php#L107
Anonymous function should return Illuminate\Database\Query\Builder but returns mixed.
|
phpstan (ubuntu-latest, 7.4)
Process completed with exit code 1.
|
phpstan (ubuntu-latest, 7.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|