修复 PhpStorm 中所有类似警告的出现

Fix all occurrences of similar warnings in PhpStorm

在 php 文件中我有一个 class,其中的方法没有 PHPDoc 注释。

PhpStorm 建议我添加它们。我对每个都执行 Alt + Enter,我想知道是否有办法批量修复所有类似的警告。

运行需要的检查(代码->运行按名称检查->即"Missing PHPDoc comment"),然后在"Inspections"工具window对-单击检查名称和 select 快速修复,即 "Generate PHPDoc comment".