Skip to content

Commit

Permalink
one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Nov 18, 2023
1 parent 42053b4 commit fc70ede
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Psalm/Internal/Type/NegatedAssertionReconciler.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,7 @@ public static function reconcile(

$failed_reconciliation = Reconciler::RECONCILIATION_EMPTY;

return $existing_var_type->from_docblock
? Type::getMixed()
: Type::getNever();
return Type::getNever();
}

return $existing_var_type;
Expand Down

0 comments on commit fc70ede

Please sign in to comment.