1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/tests/TypeReconciliation
2020-12-01 22:50:21 -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 Ensure that strict empty handling always happens 2020-12-01 22:50:21 -05:00
IssetTest.php Fix assertions on unions 2020-12-01 21:12:03 -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