Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 518 Bytes

phpstan.md

File metadata and controls

28 lines (18 loc) · 518 Bytes
title sidebar_label description sidebar_position
PHPStan
PHPStan
CodeRabbit's guide to PHPStan.
8

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.

Links