Skip to content

Commit c896b1b

Browse files
committed
fix: lint
1 parent ca78451 commit c896b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Php/PregSplitDynamicReturnTypeExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,5 @@ private function isIntOrStringValue(Type $type): bool
205205
{
206206
return $type->isInteger()->yes() || $type->isString()->yes() || $type->isConstantScalarValue()->yes();
207207
}
208+
208209
}

0 commit comments

Comments
 (0)