1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Break out SimpleNegatedAssertionReconciler

This commit is contained in:
Brown 2020-04-17 09:28:42 -04:00
parent edc164c549
commit e53c79b66e
3 changed files with 1278 additions and 1201 deletions

View File

@ -138,6 +138,8 @@
<directory name="src/Psalm/Internal/Provider/ReturnTypeProvider" />
<file name="src/Psalm/Internal/Type/AssertionReconciler.php" />
<file name="src/Psalm/Internal/Type/NegatedAssertionReconciler.php" />
<file name="src/Psalm/Internal/Type/SimpleAssertionReconciler.php" />
<file name="src/Psalm/Internal/Type/SimpleNegatedAssertionReconciler.php" />
<directory name="tests"/>
</errorLevel>
</PossiblyUndefinedStringArrayOffset>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff