think-annotation icon indicating copy to clipboard operation
think-annotation copied to clipboard

tp8 注解不对

Open iygwei opened this issue 2 years ago • 1 comments

#[Inject] protected Cache $cache;

public function index()
{
    //...
}
这一块在tp8使用会报错

image image

iygwei avatar Sep 17 '23 10:09 iygwei

你在什么地方使用的 不能在构造方法里用

yunwuxin avatar Sep 18 '23 07:09 yunwuxin