Other features
PHP Architecture Tester is a PHPStan extension, so it has all its power.
These are some key features that you might want to know about:
Baseline file
PHPStan can generate a baseline file with the current errors. This file can be used to ignore current errors and only report new errors.
https://phpstan.org/user-guide/baseline
Output formats
PHPStan supports different output formats through various so-called error formatters.
https://phpstan.org/user-guide/output-format
Ignore errors
PHPStan allows you to ignore certain errors in different ways.
https://phpstan.org/user-guide/ignoring-errors
Parallel analysis
PHPStan can analyze multiple files in parallel to speed up the analysis.
https://phpstan.org/blog/from-minutes-to-seconds-massive-performance-gains-in-phpstan
Result Cache
PHPStan can cache the results of the analysis to speed up the analysis of the next run.
https://phpstan.org/user-guide/result-cache