Skip to content

Commit f9deaca

Browse files
committed
Fix bad replacement
1 parent ef69d0b commit f9deaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psalm/Internal/Type/AssertionReconciler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ private static function handleLiteralEquality(
10421042
$old_var_type_string,
10431043
$var_id,
10441044
$assertion,
1045-
true,
1045+
false,
10461046
$negated,
10471047
$code_location,
10481048
$suppressed_issues

0 commit comments

Comments
 (0)