[3.x] Add template types #219
Annotations
5 errors and 1 warning
Run make psalm || true:
../../src/Infinite.php#L86
../../src/Infinite.php:86:70: PossiblyInvalidOperand: Cannot perform a numeric operation with non-numeric types array{0: int, 1: int} and array{0: int, 1: int} (see https://psalm.dev/163)
|
Run make psalm || true:
../../src/Infinite.php#L86
../../src/Infinite.php:86:85: PossiblyNullOperand: Right operand cannot be nullable, got array{0: int, 1: int}|float|int|null (see https://psalm.dev/080)
|
Run make psalm || true:
../../src/Infinite.php#L86
../../src/Infinite.php:86:85: PossiblyInvalidOperand: Cannot add an array to a non-array int (see https://psalm.dev/163)
|
Run make psalm || true:
../../src/Infinite.php#L108
../../src/Infinite.php:108:46: UnusedForeachValue: $runtime is never referenced or the value is not used (see https://psalm.dev/275)
|
Run make psalm || true:
../../src/Infinite.php#L109
../../src/Infinite.php:109:33: MixedArgumentTypeCoercion: Argument 1 of ReactParallel\Pool\Infinite\Infinite::closeRuntime expects int, but parent type array-key provided (see https://psalm.dev/194)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading