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
Peter van Dommelen
05f28ce8cd
Do not widen type to
mixed
and lose the existing type information when an
Any
assertion is used.
...
Fixes
#8084
.
2022-09-18 17:02:09 +02:00
..
ArrayKeyExistsTest.php
Support type annotations for class consts (
fixes
#942
).
2022-01-22 17:06:53 -06:00
AssignmentInConditionalTest.php
fix: Tests / minor bug
2022-01-22 00:00:45 +00:00
ConditionalTest.php
Fix if propagation (
#8326
)
2022-07-30 19:20:05 -04:00
EmptyTest.php
Merge branch '4.x'
2022-07-07 15:01:38 -05:00
InArrayTest.php
Make error message for truthy/falsy more accurate
2022-02-10 18:46:22 -05:00
IssetTest.php
Do not widen type to
mixed
and lose the existing type information when an
Any
assertion is used.
2022-09-18 17:02:09 +02:00
ReconcilerTest.php
Do not widen type to
mixed
and lose the existing type information when an
Any
assertion is used.
2022-09-18 17:02:09 +02:00
RedundantConditionTest.php
Remove mic-drop hack from if analysis (
#7484
)
2022-01-28 18:30:47 -05:00
ScopeTest.php
Simplify issue suppression in tests
2022-01-13 14:38:17 -05:00
TypeAlgebraTest.php
Fix if propagation (
#8326
)
2022-07-30 19:20:05 -04:00
TypeTest.php
Simplify context references
2022-01-24 16:35:42 -05:00
ValueTest.php
fix
#7747
: DateInterval::createFromDateString can be false
2022-04-27 01:32:38 -04:00