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 4031293 commit 0a01610Copy full SHA for 0a01610
src/Type/Php/PregSplitDynamicReturnTypeExtension.php
@@ -63,7 +63,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
63
64
if (
65
count($patternConstantTypes) > 0
66
- && @preg_match($patternConstantTypes[0]->getValue(), "") === false
+ && @preg_match($patternConstantTypes[0]->getValue(), '') === false
67
) {
68
return new ErrorType();
69
}
0 commit comments