Fix `CallbackDependency`
| Q | A |
|---|---|
| Is bugfix? | ✔️ |
| New feature? | ❌ |
| Breaks BC? | ❌ |
| Fixed issues |
Why is the test green in the original commit and with your fix?
https://github.com/yiisoft/yii2/commit/8861f7bd9daf66cf7db7edaeefc236e71685273e#diff-57a96cab3e08c948305d1fb793933cfea989debf497119b97fd39b477a4706ad
Sorry, forget it.
Just noticed that only unit tests (build) were failing https://github.com/yiisoft/yii2/actions/runs/8676707548
Wow. Any idea when it was broken?
Do we need a CHANGELOG for this one?
This bug was never released, since CallbackDependency was added in this state in https://github.com/yiisoft/yii2/pull/20137
Alright. Thank you!
@samdark this one of the reason because i used return call_user_func($this->callback) in original commit in my PR https://github.com/yiisoft/yii2/pull/20137