Skip to content

Commit

Permalink
Merge branch refs/heads/1.12.x into 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot authored Sep 26, 2024
2 parents ea9e320 + c539491 commit 2931dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
if ($componentType->getValue() === -1) {
return TypeCombinator::union(
$this->createComponentsArray($urlType->isLowercaseString()->yes()),
new ConstantBooleanType(false)
new ConstantBooleanType(false),
);
}

Expand Down

0 comments on commit 2931dd7

Please sign in to comment.