[PHP] tool to check syntax

2004-10-08 Thread Stéphane THIBAUDEAU
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,

Re: [PHP] tool to check syntax

2004-10-08 Thread Robby Russell
On Fri, 2004-10-08 at 14:37 +0200, Stphane THIBAUDEAU wrote: 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