Skip to content

Commit 2931dd7

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents ea9e320 + c539491 commit 2931dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/ParseUrlFunctionDynamicReturnTypeExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
9797
if ($componentType->getValue() === -1) {
9898
return TypeCombinator::union(
9999
$this->createComponentsArray($urlType->isLowercaseString()->yes()),
100-
new ConstantBooleanType(false)
100+
new ConstantBooleanType(false),
101101
);
102102
}
103103

0 commit comments

Comments
 (0)