Skip to content

Commit edda4e5

Browse files
committed
latest version of phpDocumentor that support PHP 8 is v3.7
1 parent 0856eb2 commit edda4e5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Changed
2+
body: upgrade phpDocumentor tool versions
3+
time: 2025-04-13T05:38:54.070681687Z

docs/appendix/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
| phpcs 3 | [PHP_CodeSniffer detects violations of a defined set of coding standards](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | ✅ | ✅ |
4848
| phpdd | [Finds usage of deprecated features](https://github.com/wapmorgan/PhpDeprecationDetector) | ✅ | ✅ | ✅ | ✅ | ✅ |
4949
| phpdoc 3.3 | [Documentation Generator for PHP 7](https://github.com/phpdocumentor/phpdocumentor) | ✅ | ✅ | ✅ | ✅ | ✅ |
50-
| phpdoc 3.5 | [Documentation Generator for PHP 8](https://github.com/phpdocumentor/phpdocumentor) | ❌ | ✅ | ✅ | ✅ | ✅ |
50+
| phpdoc 3.7 | [Documentation Generator for PHP 8](https://github.com/phpdocumentor/phpdocumentor) | ❌ | ✅ | ✅ | ✅ | ✅ |
5151
| phplint v9.5 | [Checks PHP file syntax (9.5.x version)](https://github.com/overtrue/phplint) | ❌ | ❌ | ✅ | ✅ | ✅ |
5252
| phpmnd v2 | [PHP Magic Number Detector (2.x version)](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | ✅ | ✅ |
5353
| phpmnd v3 | [PHP Magic Number Detector (3.x version)](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | ✅ | ✅ |

resources/tools/phpdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"tools": [
33
{
4-
"name": "phpdoc 3.5",
4+
"name": "phpdoc 3.7",
55
"summary": "Documentation Generator for PHP 8",
66
"website": "https://github.com/phpdocumentor/phpdocumentor",
77
"command": {

0 commit comments

Comments
 (0)