We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74111a3 commit 398cf99Copy full SHA for 398cf99
1 file changed
src/Psalm/Internal/Type/AssertionReconciler.php
@@ -81,8 +81,6 @@ public static function reconcile(
81
?int &$failed_reconciliation = Reconciler::RECONCILIATION_OK,
82
bool $negated = false
83
): Union {
84
- var_dump($assertion);
85
- var_dump($existing_var_type->getId());
86
$codebase = $statements_analyzer->getCodebase();
87
88
$is_strict_equality = false;
0 commit comments