-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand the list of built-in PHP types #320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I just don't understand how this relates to my latest changes. |
The CI fails because it tries to install |
|
I mean, everything installed fine here: #319 |
|
I think the problem is the new version of Composer; the commit version you mentioned uses
https://packagist.org/packages/yiisoft/yii2/advisories?version=8224315 That's the only difference. |
|
Sounds logical, thank you. |
I've updated my answer; Composer now doesn't allow the installation of packages with vulnerabilities, it blocks them. |
|
Then I'll make a PR tomorrow with raising PHP version to 7.4. |
And to increase the Yii2 version, for this development we must test the master, which has all the latest changes in the documentation. |
|
👍 |





These types are not currently listed, so no links are generated for them.
https://www.php.net/language.types.iterable
https://www.php.net/language.types.mixed
https://www.php.net/language.types.never
https://www.php.net/language.types.void