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 22:01:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
tests
/
TypeReconciliation
History
Bruce Weirdan
6e2effaf9a
key_exists()
is an alias for
array_key_exists()
...
Fixes
vimeo/psalm#10346
2024-01-27 13:41:43 +01:00
..
ArrayKeyExistsTest.php
key_exists()
is an alias for
array_key_exists()
2024-01-27 13:41:43 +01:00
AssignmentInConditionalTest.php
fix bugs in tests
2024-01-15 10:11:22 +01:00
ConditionalTest.php
fix mixed test not actually checking mixed (since superglobals have a more specific type now)
2024-01-15 10:11:22 +01:00
EmptyTest.php
fix bugs in tests
2024-01-15 10:11:22 +01:00
InArrayTest.php
Require trailing commas
2022-12-18 13:20:31 -06:00
IssetTest.php
fix bugs in tests
2024-01-15 10:11:22 +01:00
ReconcilerTest.php
fix reconciliation between a list and iterable
2023-06-22 23:37:40 +02:00
RedundantConditionTest.php
fix bugs in tests
2024-01-15 10:11:22 +01:00
ScopeTest.php
Correctly process use aliases in
@psalm-scope-this
2023-02-24 00:53:36 -04:00
TypeAlgebraTest.php
fix bugs in tests
2024-01-15 10:11:22 +01:00
TypeTest.php
fix is_object assertions
2023-04-20 14:03:35 +02:00
ValueTest.php
remove previously broken test
https://github.com/vimeo/psalm/issues/10487
2023-12-13 15:05:48 +01:00