We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78451 commit c896b1bCopy full SHA for c896b1b
src/Type/Php/PregSplitDynamicReturnTypeExtension.php
@@ -205,4 +205,5 @@ private function isIntOrStringValue(Type $type): bool
205
{
206
return $type->isInteger()->yes() || $type->isString()->yes() || $type->isConstantScalarValue()->yes();
207
}
208
+
209
0 commit comments