Skip to content

Commit feca73d

Browse files
staabmondrejmirtes
authored andcommitted
simplify
1 parent 59df6b8 commit feca73d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ private function specifyTypesForConstantBinaryExpression(
10041004
$isNormalCount
10051005
&& $argType instanceof UnionType
10061006
&& $argType->isList()->yes()
1007-
&& $constantType->getValue() > 0
10081007
) {
10091008
$result = [];
10101009
foreach ($argType->getTypes() as $innerType) {

0 commit comments

Comments
 (0)