Skip to content

Commit b140ce4

Browse files
committed
enable narrowMethodScopeFromConstructor in AnalyserTest
1 parent 3f793d9 commit b140ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserTest.php

Lines changed: 1 addition & 1 deletion
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)