You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -889,13 +889,13 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
889
889
890
890
-[PhpDependencyAnalysis](https://mamuz.github.io/PhpDependencyAnalysis):warning: — Builds a dependency graph for a project.
891
891
892
-
-[PhpDeprecationDetector](https://github.com/wapmorgan/PhpDeprecationDetector) — Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
892
+
-[PhpDeprecationDetector](https://github.com/wapmorgan/PhpDeprecationDetector):warning:— Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
893
893
894
894
-[phpdoc-to-typehint](https://github.com/dunglas/phpdoc-to-typehint):warning: — Add scalar type hints and return types to existing PHP projects using PHPDoc annotations.
895
895
896
896
-[phpDocumentor](https://www.phpdoc.org) — Analyzes PHP source code to generate documentation.
897
897
898
-
-[phploc](https://github.com/sebastianbergmann/phploc) — A tool for quickly measuring the size and analyzing the structure of a PHP project.
898
+
-[phploc](https://github.com/sebastianbergmann/phploc):warning:— A tool for quickly measuring the size and analyzing the structure of a PHP project.
899
899
900
900
-[PHPMD](https://phpmd.org) — Finds possible bugs in your code.
901
901
@@ -1178,7 +1178,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1178
1178
1179
1179
-[cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)
1180
1180
1181
-
-[cargo-unused-features](https://github.com/TimonPost/cargo-unused-features):warning:— Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
1181
+
-[cargo-unused-features](https://github.com/TimonPost/cargo-unused-features) — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
1182
1182
It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.
1183
1183
1184
1184
-[clippy](https://rust-lang.github.io/rust-clippy) — A code linter to catch common mistakes and improve your Rust code.
Copy file name to clipboardExpand all lines: data/api/tools.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2066,7 +2066,7 @@
2066
2066
"plans": null,
2067
2067
"description": "Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.\nIt removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.",
2068
2068
"discussion": null,
2069
-
"deprecated": true,
2069
+
"deprecated": null,
2070
2070
"resources": null,
2071
2071
"reviews": null,
2072
2072
"demos": null,
@@ -13572,7 +13572,7 @@
13572
13572
"plans": null,
13573
13573
"description": "Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).",
13574
13574
"discussion": null,
13575
-
"deprecated": null,
13575
+
"deprecated": true,
13576
13576
"resources": null,
13577
13577
"reviews": null,
13578
13578
"demos": null,
@@ -13653,7 +13653,7 @@
13653
13653
"plans": null,
13654
13654
"description": "A tool for quickly measuring the size and analyzing the structure of a PHP project.",
0 commit comments