Skip to content

Commit 0f6891c

Browse files
authored
fix typo
1 parent 3a420f4 commit 0f6891c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psalm/Internal/Analyzer/Statements/Expression/Fetch/VariableFetchAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ public static function getGlobalType(string $var_id, int $codebase_analysis_php_
646646
$request_time_float_helper = Type::getFloat();
647647
$request_time_float_helper->possibly_undefined = true;
648648

649-
$bool_string_helper = new Union([new Bool(), new TString()]);
649+
$bool_string_helper = new Union([new TBool(), new TString()]);
650650
$bool_string_helper->possibly_undefined = true;
651651

652652
$detailed_type = new TKeyedArray([

0 commit comments

Comments
 (0)