1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests/TypeReconciliation
2021-01-29 11:47:09 +01:00
..
AssignmentInConditionalTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
ConditionalTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2021-01-29 11:46:26 +01:00
EmptyTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IssetTest.php Add RedundantPropertyInitializationCheck (#4732) 2021-01-29 11:47:05 +01:00
ReconcilerTest.php better fix for reconciling iterable and object (#4712) 2021-01-29 11:46:27 +01:00
RedundantConditionTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2021-01-29 11:46:26 +01:00
ScopeTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
TypeAlgebraTest.php Add support for some dependent types 2021-01-29 11:46:25 +01:00
TypeTest.php Fix #3017 - use correct keys when converting list to array 2021-01-29 11:47:04 +01:00
ValueTest.php Fix #4743 - simplify assertions generated from array_key_exists check 2021-01-29 11:47:09 +01:00