Skip to content

Commit

Permalink
also remove a from_calculation flag which was scheduled for removal i…
Browse files Browse the repository at this point in the history
…n Psalm 5
  • Loading branch information
orklah committed Feb 12, 2022
1 parent 85fca56 commit a915ef5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ public static function fetch(
if ($premixin_method_id->fq_class_name === PDOException::class) {
return Type::getString();
} else {
return Type::getInt(true); // TODO: Remove the flag in Psalm 5
return Type::getInt();
}
}

Expand Down

0 comments on commit a915ef5

Please sign in to comment.