Skip to content

Commit 00b6b59

Browse files
pmjonesstaabm
andcommitted
Update src/Type/Php/ParseUrlFunctionDynamicReturnTypeExtension.php
Co-authored-by: Markus Staab <[email protected]>
1 parent 101e42e commit 00b6b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/ParseUrlFunctionDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
8686
if (!$componentType instanceof ConstantIntegerType) {
8787
return $this->createAllComponentsReturnType(
8888
$urlType->isLowercaseString()->yes(),
89-
$urlType->isLowercaseString()->yes(),
89+
$urlType->isUppercaseString()->yes(),
9090
);
9191
}
9292
} else {

0 commit comments

Comments
 (0)