环境: mac(物理机)
hyperf: 3.1.63
php: 8.2
swoole: swoole-6.1.6
表现:
报错: Typed property App\Controller\AbstractController::$request must not be accessed before initialization
代码:
代码是通过 composer create-project hyperf/hyperf-skeleton 的例子,代码逻辑没有做修改。
ExampleTest
IndexController

环境: mac(物理机)
hyperf: 3.1.63
php: 8.2
swoole: swoole-6.1.6
表现:
报错: Typed property App\Controller\AbstractController::$request must not be accessed before initialization
代码:
代码是通过 composer create-project hyperf/hyperf-skeleton 的例子,代码逻辑没有做修改。
ExampleTest
IndexController