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 fce5dfd commit 79623a4Copy full SHA for 79623a4
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