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.
StubFilesExtension.php
1 parent 9390b4e commit 69f83edCopy full SHA for 69f83ed
src/StubFilesExtension.php
@@ -39,7 +39,7 @@ final class StubFilesExtension implements \PHPStan\PhpDoc\StubFilesExtension
39
\yii\web\Application::class => 'BaseYiiWeb.stub',
40
];
41
42
- private const DEFAULT_STUB = 'ApplicationWeb.stub';
+ private const DEFAULT_STUB = 'BaseYiiWeb.stub';
43
44
/**
45
* @param ServiceMap $serviceMap Service and component map for Yii Application static analysis.
0 commit comments