title | sidebar_label | description |
---|---|---|
PHPStan |
PHPStan |
CodeRabbit's guide to PHPStan. |
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
PHPStan is a static analysis tool for PHP.
PHPStan will run on files with the following extensions:
.php
PHPStan supports the following config files:
phpstan.neon
phpstan.neon.dist
phpstan.dist.neon
CodeRabbit will not run PHPStan if no config file is found.