We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
其它
8.0.3
Windows、Linux
Deprecated: Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in ... on line xxx PHP RFC: Deprecate implicitly nullable parameter types
Deprecated: Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in ... on line xxx
The following example: class Foo { public function bar(int $x = null, float $y) { // ... } }
class Foo { public function bar(?int $x, float $y) { // ... } }
No response
The text was updated successfully, but these errors were encountered:
PHP 8.4 目前还没正式发布
Sorry, something went wrong.
兼容 PHP 8.4 top-think/framework#3026
5e2a83d
f312cb6
No branches or pull requests
所属功能组件
其它
ThinkPHP 版本
8.0.3
操作系统
Windows、Linux
错误信息
php8.4+出现大量异常报错
Deprecated: Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in ... on line xxx
PHP RFC: Deprecate implicitly nullable parameter types
should end up looking like:
其它说明
No response
The text was updated successfully, but these errors were encountered: