【发布时间】:2011-04-10 23:08:15
【问题描述】:
有没有这样的工具可以在 PHP 代码中的代码注释和字符串中查找语言/拼写错误?例如,
<?php
$myVar = "Hollo World";
//this is a code commont with spelling error
/*this is anothor wrong comment*/
?>
如果我运行这样的工具,它会为我发现“Hollo”、“commont”和“anthor”的拼写错误。
【问题讨论】:
标签: php spell-checking