分类
日常记录

PhpStorm 非 static 方法 ‘where’ 不应被静态调用,但类具有 ‘__magic’ 方法。

在使用 ThinkPHP 的时候,默认 PhpStorm 会提示 非 static 方法 'where' 不应被静态调用,但类具有 '__magic' 方法。

去掉这个检查即可。