From 9f60a0d8338fce65d0243c9424ef02b0abd45452 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 13 Jun 2024 15:02:29 +0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6211b8..6b35359 100644 --- a/README.md +++ b/README.md @@ -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.*