yiisoft / yii

Yii PHP Framework 1.1.x
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
4.84k stars 2.28k forks source link

Fix type checking on union and intersection types #4519

Closed wtommyw closed 1 year ago

wtommyw commented 1 year ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass? ✔️
Fixed issues #4516, #4518

Fixes type checking on union and intersection types in CAction and CConsoleCommand

wtommyw commented 1 year ago

Yii2's solution is simpler does solve the problems described