笔记笔记
  • Home
  • AI&ML
  • Example
  • Zoo
  • 关于
⌘ K
PHP 笔记
笔记
url 编码
ThinkPHP
ThinkPHP 笔记
阿里云 域名 云解析
PhpStorm
PhpStorm 非 static 方法 'where' 不应被静态调用,但类具有 '__magic' 方法。
最后更新时间:
Copyright © 2023-2024 | Powered by dumi | GuoDapeng | 冀ICP备20004032号-1 | 冀公网安备 冀公网安备 13024002000293号

TABLE OF CONTENTS

‌
‌
‌
‌

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

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

去掉这个检查即可。

Preview
Preview