Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Fix/php tools #421

Merged
merged 3 commits into from
Jul 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
dd note on config requirements
  • Loading branch information
alexcoderabbitai committed Jun 30, 2025
commit 4944c16961eecb46a01c24910605e0a91f3ea114
9 changes: 9 additions & 0 deletions docs/tools/phpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ PHPCS supports many coding standards including:
- **PEAR**: PEAR coding standard
- **Zend**: Zend Framework coding standard

## Configuration

PHPCS requires a configuration file to run. CodeRabbit will only run PHPCS if one of the following configuration files is found:

- `phpcs.xml` - XML configuration file
- `phpcs.xml.dist` - Distributed XML configuration file

CodeRabbit will not run PHPCS if no configuration file is found.

## Links

- [PHPCS GitHub Repository](https://github.com/squizlabs/PHP_CodeSniffer)
Expand Down