Skip to content

Commit 0a01610

Browse files
committed
feat cleanup
1 parent 4031293 commit 0a01610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/PregSplitDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
6363

6464
if (
6565
count($patternConstantTypes) > 0
66-
&& @preg_match($patternConstantTypes[0]->getValue(), "") === false
66+
&& @preg_match($patternConstantTypes[0]->getValue(), '') === false
6767
) {
6868
return new ErrorType();
6969
}

0 commit comments

Comments
 (0)