From 86fe18c2a274f18ec045a49287be21f13e9b76cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20D=C3=B6brentei?= Date: Sun, 21 Dec 2025 19:35:34 +0000 Subject: [PATCH 1/2] Add PHPInsights to the list of static analysis tools in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b01f377..17db86d 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Tools to measure the code complexity, line of codes, etc. * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - Static code analysis to provide and verify a dependency graph against a defined architecture. * [php-wording-detector](https://github.com/DeGraciaMathieu/php-wording-detector) - Simple tool to analyze and split the words contained in your code to check your DDD approach. * [Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer.git) - Quality Analyzer is a tool to visualize metrics and source code. +* [PHPInsights] (https://github.com/nunomaduro/phpinsights) - AST based, rule driven, metric oriented static code quality analyzer ### Visualization From 65510169a68df253a3ea85533d2d2eb5b9d32fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20D=C3=B6brentei?= Date: Sun, 21 Dec 2025 19:36:24 +0000 Subject: [PATCH 2/2] removing a space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17db86d..f2ae84f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Tools to measure the code complexity, line of codes, etc. * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - Static code analysis to provide and verify a dependency graph against a defined architecture. * [php-wording-detector](https://github.com/DeGraciaMathieu/php-wording-detector) - Simple tool to analyze and split the words contained in your code to check your DDD approach. * [Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer.git) - Quality Analyzer is a tool to visualize metrics and source code. -* [PHPInsights] (https://github.com/nunomaduro/phpinsights) - AST based, rule driven, metric oriented static code quality analyzer +* [PHPInsights](https://github.com/nunomaduro/phpinsights) - AST based, rule driven, metric oriented static code quality analyzer ### Visualization