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.
Yii.php
stubFiles
1 parent 6f7c906 commit 1700d59Copy full SHA for 1700d59
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 0.2.2 June 04, 2025
4
5
- Bug #22: Make `$configPath` optional in constructor `ServiceMap` class and update docs `README.md` (@terabytesoftw)
6
+- Bug #23: Update the path to `Yii.php` in the `stubFiles` configuration for correct referencing (@terabytesoftw)
7
8
## 0.2.1 June 03, 2025
9
extension.neon
@@ -11,7 +11,7 @@ parameters:
11
12
stubFiles:
13
- stubs/BaseYii.stub
14
- - vendor/yiisoft/yii2/Yii.php
+ - %currentWorkingDirectory%/vendor/yiisoft/yii2/Yii.php
15
16
parametersSchema:
17
yii2: structure(
0 commit comments