Skip to content

Commit 1700d59

Browse files
fix: Update the path to Yii.php in the stubFiles configuration for correct referencing (#23)
1 parent 6f7c906 commit 1700d59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.2.2 June 04, 2025
44

55
- 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)
67

78
## 0.2.1 June 03, 2025
89

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111

1212
stubFiles:
1313
- stubs/BaseYii.stub
14-
- vendor/yiisoft/yii2/Yii.php
14+
- %currentWorkingDirectory%/vendor/yiisoft/yii2/Yii.php
1515

1616
parametersSchema:
1717
yii2: structure(

0 commit comments

Comments
 (0)