Update README.md

This commit is contained in:
Mikhail 2024-06-13 15:02:29 +07:00 committed by GitHub
parent 2acb7185c8
commit 9f60a0d833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
* [Comment Density](https://github.com/savinmikhail/Comments-Density) - A CLI command, that analyzes comment density, identifies needed comments, and suggests removing unnecessary ones.
### Static Analysis
*Libraries for performing static analysis of PHP code.*