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 f74a18a commit 150b731Copy full SHA for 150b731
src/Analyser/MutatingScope.php
@@ -348,7 +348,7 @@ public function rememberConstructorScope(): self
348
return $this->scopeFactory->create(
349
$this->context,
350
$this->isDeclareStrictTypes(),
351
- $this->getFunction(),
+ null,
352
$this->getNamespace(),
353
$this->rememberConstructorExpressions($this->expressionTypes),
354
$this->rememberConstructorExpressions($this->nativeExpressionTypes),
0 commit comments