We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d86f0 commit 3eea03bCopy full SHA for 3eea03b
src/Analyser/MutatingScope.php
@@ -703,7 +703,7 @@ public function getVariableType(string $variableName): Type
703
return new MixedType();
704
}
705
706
- return TypeUtils::resolveLateResolvableTypes($this->expressionTypes[$varExprString]->getType());
+ return $this->expressionTypes[$varExprString]->getType();
707
708
709
/**
0 commit comments