From b9f548a7f590127d8b9ea965a058ecd2c8ec4097 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 23 May 2022 11:37:58 +0100 Subject: [PATCH] Remove the abandoned phpdoc-to-typehint --- README.md | 2 +- resources/refactoring.json | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index b4c65fa9..f8a206e2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ It has been extracted as a separate project to make maintenance easier and enabl | phpcs-security-audit | [Finds vulnerabilities and weaknesses related to security in PHP code](https://github.com/FloeDesignTechnologies/phpcs-security-audit) | ✅ | ✅ | ✅ | | phpda | [Generates dependency graphs](https://mamuz.github.io/PhpDependencyAnalysis/) | ✅ | ✅ | ❌ | | phpdd | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpDeprecationDetector) | ✅ | ✅ | ✅ | -| phpdoc-to-typehint | [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint) | ✅ | ✅ | ✅ | | phpDocumentor | [Documentation generator](https://www.phpdoc.org/) | ✅ | ✅ | ✅ | | phpinsights | [Analyses code quality, style, architecture and complexity](https://phpinsights.com/) | ✅ | ✅ | ✅ | | phplint | [Lints php files in parallel](https://github.com/overtrue/phplint) | ✅ | ✅ | ✅ | @@ -104,6 +103,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) | | php-formatter | [Custom coding standards fixer](https://github.com/mmoreram/php-formatter) | | phpcf | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/) | +| phpdoc-to-typehint | [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint) | | phpstan-localheinz-rules | [Additional rules for PHPstan](https://github.com/localheinz/phpstan-rules) | | security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker) | | testability | [Analyses and reports testability issues of a php codebase](https://github.com/edsonmedina/php_testability) | diff --git a/resources/refactoring.json b/resources/refactoring.json index 9d192e1d..67a3dd19 100644 --- a/resources/refactoring.json +++ b/resources/refactoring.json @@ -14,19 +14,6 @@ "test": "churn --version", "tags": ["featured", "refactoring"] }, - { - "name": "phpdoc-to-typehint", - "summary": "Automatically adds type hints and return types based on PHPDocs", - "website": "https://github.com/dunglas/phpdoc-to-typehint", - "command": { - "phive-install": { - "alias": "dunglas/phpdoc-to-typehint", - "bin": "%target-dir%/phpdoc-to-typehint" - } - }, - "test": "phpdoc-to-typehint -V", - "tags": ["refactoring"] - }, { "name": "rector", "summary": "Tool for instant code upgrades and refactoring",