Skip to content

Commit 9c1a389

Browse files
committed
fix cleanup
1 parent 319bcbb commit 9c1a389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/PregSplitDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
9898
[$returnStringType, IntegerRangeType::fromInterval(0, null)],
9999
[2],
100100
[],
101-
TrinaryLogic::createYes()
101+
TrinaryLogic::createYes(),
102102
);
103103

104104
$returnInternalValueType = $returnStringType;

0 commit comments

Comments
 (0)