Hello, I'm looking for a tool which checks php syntax the way CheckStyle does for Java for example. (http://checkstyle.sourceforge.net/) I'd like such a tool to warn me when a PHPDoc comment doesn't document every parameters for a method, when there is no PHPDoc comment for a class or method, when a method contains too many lines and so on... I couldn't find any tool like that on the internet. I hope it exists. Thanks in advance, Stéphane -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php