Fix int-range concat to behave like union of int types #789
Annotations
8 errors
Run Psalm:
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php#L189
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php:189:40: UndefinedPropertyFetch: Instance property Psalm\Type\Atomic::$value is not defined (see https://psalm.dev/039)
|
Run Psalm:
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php#L189
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php:189:40: MixedOperand: Left operand cannot be mixed (see https://psalm.dev/059)
|
Run Psalm:
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php#L189
src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/ConcatAnalyzer.php:189:65: UndefinedPropertyFetch: Instance property Psalm\Type\Atomic::$value is not defined (see https://psalm.dev/039)
|
Run Psalm:
src/Psalm/Type/Atomic/TFalse.php#L13
src/Psalm/Type/Atomic/TFalse.php:13:12: PossiblyUnusedProperty: Cannot find explicit references to property Psalm\Type\Atomic\TFalse::$value (but did find some potential references) (see https://psalm.dev/149)
|
Run Psalm:
src/Psalm/Type/Atomic/TTrue.php#L13
src/Psalm/Type/Atomic/TTrue.php:13:12: PossiblyUnusedProperty: Cannot find explicit references to property Psalm\Type\Atomic\TTrue::$value (but did find some potential references) (see https://psalm.dev/149)
|
Run Psalm:
src/Psalm/Type/UnionTrait.php#L1149
src/Psalm/Type/UnionTrait.php:1149:21: PossiblyUnusedMethod: Cannot find any calls to method Psalm\Type\MutableUnion::allSpecificLiterals (see https://psalm.dev/087)
|
Run Psalm:
src/Psalm/Type/UnionTrait.php#L1149
src/Psalm/Type/UnionTrait.php:1149:21: PossiblyUnusedMethod: Cannot find any calls to method Psalm\Type\Union::allSpecificLiterals (see https://psalm.dev/087)
|
Run Psalm
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading