gpt4 book ai didi

php - 在 IntelliJ/PhpStorm 中搜索所有文件以查找特定错误类型

转载 作者:行者123 更新时间:2023-12-03 23:48:25 25 4
gpt4 key购买 nike

我们最近将我们的项目升级到 PHP7,它不允许以下操作:

class SomeTestClass {

/**
* This is the constructor
*/
public function SomeTestClass (){
//Whatever
}
}

构造函数应该重命名为__construct而不是类名。 PhpStorm 正确地将其指示为“旧式构造函数用法”。我可以在项目的所有文件中搜索此特定错误类型吗?

最佳答案

对此进行了检查:PHP → 代码样式 → 旧式构造函数。然后,您可以使用菜单代码→检查代码来查找全部内容。

Code inspections

关于php - 在 IntelliJ/PhpStorm 中搜索所有文件以查找特定错误类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48908236/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com