Skip to content

Commit c539491

Browse files
VincentLangletondrejmirtes
authored andcommitted
Fix cs check
1 parent 7080f40 commit c539491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)