chore: update CI for PHP 8.4 #132
Annotations
8 errors
Code Analysis (PHPStan):
lib/functions.php#L366
Strict comparison using === between false and string will always evaluate to false.
|
Code Analysis (PHPStan):
lib/functions.php#L385
Strict comparison using === between false and string will always evaluate to false.
|
Code Analysis (PHPStan):
lib/functions.php#L402
Offset 'host' on array{0: string, user: string, 1: string, 2: string, pass: string, 3: string, host: non-falsy-string, 4: non-falsy-string, ...} in isset() always exists and is not nullable.
|
Code Analysis (PHPStan):
lib/functions.php#L402
Result of && is always true.
|
Code Analysis (PHPStan):
lib/functions.php#L402
Strict comparison using !== between '' and non-falsy-string will always evaluate to true.
|
Code Analysis (PHPStan):
lib/functions.php#L414
Offset 'user' on array{0: string, user: string, 1: string, 2: string, pass: string, 3: string, host: non-falsy-string, 4: non-falsy-string, ...} in isset() always exists and is not nullable.
|
Code Analysis (PHPStan):
lib/functions.php#L417
Offset 'pass' on array{0: string, user: string, 1: string, 2: string, pass: string, 3: string, host: non-falsy-string, 4: non-falsy-string, ...} in isset() always exists and is not nullable.
|
Code Analysis (PHPStan)
Process completed with exit code 1.
|
Loading