Skip to content

Commit

Permalink
Add flagfrom_calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jan 24, 2022
1 parent 9f84da4 commit 9905bae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public static function fetch(
if ($premixin_method_id->fq_class_name === PDOException::class) {
return Type::getString();
} else {
return Type::getInt();
return Type::getInt(true); // TODO: Remove the flag in Psalm 5
}
}

Expand Down

0 comments on commit 9905bae

Please sign in to comment.