The ZendCodeAnalyzerTask
analyze PHP source files using the Zend
Code Analyzer tool that ships with all versions of Zend Studio.
Table 169. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
analyzerPath |
String |
Path to Zend Code Analyzer binary | n/a | Yes |
file |
String |
Path to PHP source file | n/a | No |
disable |
String |
Disable warnings separated by comma | n/a | No |
enable |
String |
Enable warnings separated by comma | n/a | No |
haltonwarning |
Boolean |
Stop the build process if warnings occurred during the run. | false |
No |