Intelephense 错误 - Laravel\Livewire

Intelephense false error - Laravel\Livewire

提问人:Jdubstep2345 提问时间:11/18/2023 最后编辑:Jdubstep2345 更新时间:11/18/2023 访问量:29

问:

我正在通过 Laravel 与 Livewire 合作。每当我尝试使用#[Rule]时,我都会收到一个红色波浪形错误undefined Type intelephense(P1009)。

同样,这是我的代码示例:

use Livewire\Attributes\Rule;

// Rule has a red squiggly all over it
#[Rule('image|max:2048')]
Laravel Laravel-Livewire

评论

0赞 francisco 11/18/2023
你下面有吗?public $file;
0赞 Jdubstep2345 11/18/2023
是的,我下面确实有公共$file
0赞 francisco 11/18/2023
错误是从?Intelephense

答:

0赞 Jdubstep2345 11/18/2023 #1

事实证明,我被困在 Livewire 版本 2 上。这就是为什么我把所有这些东西都弹出来。

评论

0赞 Community 11/21/2023
正如目前所写的那样,你的答案尚不清楚。请编辑以添加其他详细信息,以帮助其他人了解这如何解决所提出的问题。您可以在帮助中心找到有关如何写出好答案的更多信息。