.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .TH PHPMD "1" "May 2014" "PHPMD 1.5.0 by Manuel Pichler" "User Commands" .SH NAME PHPMD \- PHPMD command line interface .SH DESCRIPTION Mandatory arguments: 1) A php source code filename or directory. Can be a comma\-separated string 2) A report format 3) A ruleset filename or a comma\-separated string of rulesetfilenames .PP Available formats: xml, text, html. Available rulesets: . .PP Optional arguments that may be put after the mandatory arguments: \fB\-\-minimumpriority\fR: rule priority threshold; rules with lower priority than this will not be used \fB\-\-reportfile\fR: send report output to a file; default to STDOUT \fB\-\-suffixes\fR: comma\-separated string of valid source code filename extensions \fB\-\-exclude\fR: comma\-separated string of patterns that are used to ignore directories \fB\-\-strict\fR: also report those nodes with a @SuppressWarnings annotation