Fix bigint PHP_INT_MIN/PHP_INT_MAX string to int convert #5804
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Annotations
3 errors
InvalidCast:
src/Types/BigIntType.php#L53
src/Types/BigIntType.php:53:26: InvalidCast: never cannot be cast to int (see https://psalm.dev/103)
|
NoValue:
src/Types/BigIntType.php#L56
src/Types/BigIntType.php:56:9: NoValue: All possible types for this return were invalidated - This may be dead code (see https://psalm.dev/179)
|
Static Analysis with Psalm (8.3)
Process completed with exit code 2.
|