Skip to content

Commit 79623a4

Browse files
committed
fix: lint
1 parent fce5dfd commit 79623a4

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)