1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/TypeReconciliation
2023-11-21 13:01:15 +01:00
..
ArrayKeyExistsTest.php
AssignmentInConditionalTest.php
ConditionalTest.php loose comparisons of int with string shouldn't change change the int to empty-mixed 2023-11-21 13:01:15 +01:00
EmptyTest.php Added a bunch of tests from referenced issues 2023-02-20 23:45:01 -04:00
InArrayTest.php
IssetTest.php append commas to array items 2023-03-12 18:23:10 +01:00
ReconcilerTest.php fix reconciliation between a list and iterable 2023-06-22 23:37:40 +02:00
RedundantConditionTest.php
ScopeTest.php Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
TypeAlgebraTest.php Fixed more CS issues 2023-02-07 11:20:02 -04:00
TypeTest.php fix is_object assertions 2023-04-20 14:03:35 +02:00
ValueTest.php