1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/TypeReconciliation
2020-12-01 20:10:48 -05:00
..
AssignmentInConditionalTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
ConditionalTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2020-11-25 14:34:05 -05:00
EmptyTest.php More return types (#4173) 2020-09-12 11:24:05 -04:00
IssetTest.php Fix null array access complaints 2020-12-01 20:10:48 -05:00
ReconcilerTest.php better fix for reconciling iterable and object (#4712) 2020-11-27 09:10:55 -05:00
RedundantConditionTest.php Break out RedundantCast issues 2020-12-01 17:25:45 -05:00
ScopeTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
TypeAlgebraTest.php Add support for some dependent types 2020-11-24 14:50:35 -05:00
TypeTest.php Fix #3017 - use correct keys when converting list to array 2020-11-27 20:05:16 -05:00
ValueTest.php Fix #4743 - simplify assertions generated from array_key_exists check 2020-11-30 22:10:17 -05:00