mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
php8.4 下使用队列命令:php think queue:listen 等会触发这个错误 ```bash [think\exception\ErrorException] think\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead ``` 相关参考:https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated Signed-off-by: Abel <seekcx@qq.com>