Skip to content

Commit 69f83ed

Browse files
fix: Correct default stub file name in StubFilesExtension.php for accurate PHPStan analysis. (#67)
1 parent 9390b4e commit 69f83ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StubFilesExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class StubFilesExtension implements \PHPStan\PhpDoc\StubFilesExtension
3939
\yii\web\Application::class => 'BaseYiiWeb.stub',
4040
];
4141

42-
private const DEFAULT_STUB = 'ApplicationWeb.stub';
42+
private const DEFAULT_STUB = 'BaseYiiWeb.stub';
4343

4444
/**
4545
* @param ServiceMap $serviceMap Service and component map for Yii Application static analysis.

0 commit comments

Comments
 (0)