1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/TypeReconciliation
Matthew Brown faaf7690f6
Remove mic-drop hack from if analysis (#7484)
* Remove mic-drop hack from if analysis

* Remove more special handling

* Remove some unnecessary ElseAnalyzer code

* Add back necessary code

* Fix return type of method never returning null

* Add a comment

* Simplify && handling

* Add comments to make stuff clearer

* Move if-specfic logic to more appropriate setting
2022-01-28 18:30:47 -05: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 Remove mic-drop hack from if analysis (#7484) 2022-01-28 18:30:47 -05:00
EmptyTest.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
InArrayTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
IssetTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ReconcilerTest.php refactor description of types in Atomic 2022-01-22 19:34:57 +01: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 Remove mic-drop hack from if analysis (#7484) 2022-01-28 18:30:47 -05:00
TypeTest.php Simplify context references 2022-01-24 16:35:42 -05:00
ValueTest.php Try to provide literal int types when possible (fixes #6966) (#7071) 2022-01-16 21:33:04 +01:00