是否可以在 PhpStorm 中检测if conditions
内的变量分配?
if($gooditems = $items){
// will result to always true
// we don't want that
}
如果没有,是否有第三方方法检测if conditions
文件PHP
内的变量分配?
答案 0 :(得分:4)
Settings/Preferences | Editor | Inspections
PHP | Probable bugs
Assignment in condition