Skip to content

Commit

Permalink
Merge pull request #430 from jakzal/phpdoc-to-typehint-removal
Browse files Browse the repository at this point in the history
Remove the abandoned phpdoc-to-typehint
  • Loading branch information
jakzal authored May 23, 2022
2 parents 7fefa6a + b9f548a commit bbc8b79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | ✅ | ✅ | ✅ |
Expand Down Expand Up @@ -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) |
Expand Down
13 changes: 0 additions & 13 deletions resources/refactoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bbc8b79

Please sign in to comment.