1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/tests/TypeReconciliation
Yannick Gottschalk a4de6d9dc0 Fix #9997
- make SimpleXmlElement and SimpleXmlIterator not a universal object crate
- added typed magic __get method to SimpleXmlElement
- adjusted tests to reflect new behaviour of SimpleXmlElement
- added tests
2023-08-05 17:07:08 +02:00
..
ArrayKeyExistsTest.php
AssignmentInConditionalTest.php
ConditionalTest.php Fix #9997 2023-08-05 17:07:08 +02:00
EmptyTest.php
InArrayTest.php
IssetTest.php
ReconcilerTest.php fix reconciliation between a list and iterable 2023-06-22 23:37:40 +02:00
RedundantConditionTest.php
ScopeTest.php
TypeAlgebraTest.php
TypeTest.php
ValueTest.php