Skip to content

Commit 01aee6d

Browse files
committed
enable narrowMethodScopeFromConstructor in AnalyserTest
1 parent 4ea67dc commit 01aee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ private function createAnalyser(): Analyser
733733
[stdClass::class],
734734
true,
735735
$this->shouldTreatPhpDocTypesAsCertain(),
736-
false,
736+
true,
737737
);
738738
$lexer = new Lexer();
739739
$fileAnalyser = new FileAnalyser(

0 commit comments

Comments
 (0)