PHPLint is a validator and documentator for PHP 4 and PHP 5 programs.
I'm having trouble getting these rules to work: No space after function name: // good public function cities() // bad public function …