Commit Graph

4 Commits

Author SHA1 Message Date
Abel
00e54c7964 修复 php8.4 下:Implicitly marking parameter $env as nullable is deprecated
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>
2025-08-22 07:22:40 +00:00
thinkphp
43b364e286 规范代码 2016-12-24 21:37:05 +08:00
尘缘
8bc451d21c 统计TP文件注释,统一psr2换行规范 2016-05-08 07:58:06 +08:00
thinkphp
4e2621e0c8 console模式 2016-01-30 09:53:36 +08:00