This website requires JavaScript.
Explore
Help
Sign In
danog
/
psalm
Watch
1
Star
0
Fork
0
You've already forked psalm
mirror of
https://github.com/danog/psalm.git
synced
2025-01-22 05:41:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
tests
/
TypeReconciliation
History
orklah
8929f8b4d8
fix reconciliation between a list and iterable
2023-06-22 23:37:40 +02:00
..
ArrayKeyExistsTest.php
…
AssignmentInConditionalTest.php
…
ConditionalTest.php
Don't update types of the outer scope when in an elseif conditional
2023-06-17 13:36:29 +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
…
TypeTest.php
fix is_object assertions
2023-04-20 14:03:35 +02:00
ValueTest.php
…