1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp
2020-11-25 14:34:05 -05:00
..
AndAnalyzer.php Rename IfAnalyzer 2020-11-06 20:51:14 -05:00
CoalesceAnalyzer.php Treat $a ?? $b identically to isset($a) ? $a : $b 2020-11-25 14:34:05 -05:00
ConcatAnalyzer.php return types (#4311) 2020-10-12 15:02:52 -04:00
NonComparisonOpAnalyzer.php Break up CommentAnalyzer 2020-11-04 23:25:08 -05:00
NonDivArithmeticOpAnalyzer.php null operations should return mixed results (#4655) 2020-11-22 09:06:03 -05:00
OrAnalyzer.php Consolidate similar functionality 2020-11-07 00:58:20 -05:00