Skip to content

Commit 9388d23

Browse files
committed
fix: coding style
1 parent e4a07b0 commit 9388d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Type/Php/PregSplitDynamicReturnTypeExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
final class PregSplitDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
3737
{
38+
3839
public function __construct(
3940
private BitwiseFlagHelper $bitwiseFlagAnalyser,
4041
)
@@ -179,7 +180,6 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
179180
}
180181
}
181182
return TypeCombinator::union(...$resultTypes);
182-
183183
}
184184

185185
/**
@@ -200,4 +200,5 @@ private function isValidPattern(string $pattern): bool
200200
}
201201
return true;
202202
}
203+
203204
}

0 commit comments

Comments
 (0)