Skip to content

Commit e691b73

Browse files
committed
Update TypeSpecifier.php
1 parent f79cfbb commit e691b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analyser/TypeSpecifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ private function specifyTypesForConstantBinaryExpression(
15541554
&& ($exprNode instanceof FuncCall || $exprNode instanceof Expr\MethodCall || $exprNode instanceof Expr\StaticCall)
15551555
) {
15561556
$types = $this->create($exprNode, $constantType, $context, $scope)->setRootExpr($rootExpr);
1557-
1557+
15581558
return $types->unionWith($this->specifyTypesInCondition(
15591559
$scope,
15601560
$exprNode,

0 commit comments

Comments
 (0)