mirror of
https://github.com/danog/psalm.git
synced 2024-12-15 02:47:02 +01:00
9a03598a6d
Handle array plus operator (fixes #5588). Handle array spread operator. Improve string concatenation to resolve to literal instead of unknown string. I feel like it should be possible to let ConstantTypeResolver take advantage of the better type analysis in ArrayAnalyzer, ConcatAnalyzer, etc, but it would require a restructuring that's beyond me for the time being. |
||
---|---|---|
.. | ||
ArrayOffsetFetch.php | ||
ArraySpread.php | ||
ArrayValue.php | ||
ClassConstant.php | ||
Constant.php | ||
KeyValuePair.php | ||
ScalarValue.php | ||
UnresolvedAdditionOp.php | ||
UnresolvedBinaryOp.php | ||
UnresolvedBitwiseAnd.php | ||
UnresolvedBitwiseOr.php | ||
UnresolvedBitwiseXor.php | ||
UnresolvedConcatOp.php | ||
UnresolvedDivisionOp.php | ||
UnresolvedMultiplicationOp.php | ||
UnresolvedSubtractionOp.php | ||
UnresolvedTernary.php |