Skip to main content

PHPStan

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.

PHPStan is a static analysis tool for PHP.

Files

PHPStan will run on files with the following extensions:

  • .php

Configuration

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.