From ac678c53c28fc94cea4ff03013b5877d0d584f26 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Wed, 25 Apr 2018 21:17:14 +0700 Subject: [PATCH] Small fixes of documentation. --- docs/en/README.md | 1 + docs/ru/README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/README.md b/docs/en/README.md index e5a8e0c9..08300d7a 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -59,6 +59,7 @@ Plugins * [PHP Mess Detector](plugins/php_mess_detector.md) - `php_mess_detector` * [PHP Parallel Lint](plugins/php_parallel_lint.md) - `php_parallel_lint` * PHP Tal Lint - `php_tal_lint` +* Phan - `phan` * [Technical Debt](plugins/technical_debt.md) - `technical_debt` #### Databases diff --git a/docs/ru/README.md b/docs/ru/README.md index 674c3ec3..7993bfef 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -35,7 +35,7 @@ #### Зависимости -* [Composer](plugins/composer.md) - `composer` +* [Composer](plugins/composer.md) - Плагин для работы с зависимостями при помощи Composer-а (`composer`). * [Security Checker](plugins/security_checker.md) - Плагин для проверки наличия незакрытых уязвимостей в зависимостях проекта с помощью SensioLabs Security Checker (`security_checker`). @@ -59,6 +59,7 @@ * [PHP Mess Detector](plugins/php_mess_detector.md) - `php_mess_detector` * [PHP Parallel Lint](plugins/php_parallel_lint.md) - `php_parallel_lint` * PHP Tal Lint - `php_tal_lint` +* Phan - `phan` * [Technical Debt](plugins/technical_debt.md) - `technical_debt` #### Базы данных