Skip to content
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

兼容 PHP 8.4 Close #10 #3044

Closed
wants to merge 2 commits into from
Closed

Conversation

big-dream
Copy link
Contributor

主要影响为,弃用了隐式可空类型。

- public function env(string $name = '', string $default = null)
+ public function env(string $name = '', ?string $default = null)

@big-dream big-dream changed the title 兼容 PHP 8.4 兼容 PHP 8.4 Close #10 Aug 20, 2024
@big-dream big-dream closed this Aug 21, 2024
@big-dream big-dream deleted the 8.0-PHP84Migration branch September 13, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant