gpt4 book ai didi

phpstorm - PhpStorm 中参数过多的函数调用警告

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

PhpStorm 会警告 PHP 代码中的许多问题(潜在的或实际的问题)。我经常看到这样的代码:

function doSomething($a, $b) {
// ...
}

$value = doSomething("1", "2", "3"); // the third parameter is superfluous!

我知道这实际上是 PHP 的一个功能,但我希望对我的代码库有更严格的规则。我可以让 PhpStorm 显示参数过多的函数调用的警告吗?

最佳答案

  1. 设置/首选项 |编辑|检查
  2. PHP |代码气味
  3. 参数数量不匹配声明

关于phpstorm - PhpStorm 中参数过多的函数调用警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32711267/

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