We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c99dc commit 80f8de6Copy full SHA for 80f8de6
README.md
@@ -52,6 +52,15 @@ No panic : you can read the [How to read the HTML report page](http://www.phpmet
52
53
> If you need a pure string representation of the reports in StdOut, just use `phpmetrics -q --report-xml=php://stdout <folder or filename>`
54
55
+## Compatibility
56
+
57
+PhpMetrics can parse PHP code from **PHP 5.3 to PHP 7.x**.
58
59
+> I want to parse PHP7 code but I use PHP 5.x
60
61
+You can parse PHP7 code, but your interpreter will detect syntax errors in your code. To prevent this, please
62
+use the `--ignore-errors` option.
63
64
## Conditions of failure
65
66
Customizing the conditions of failure is very easy with the`--failure-condition` option. For example:
0 commit comments