Skip to content

Commit 589ad86

Browse files
committed
docs: add PHPDoc references
1 parent c26775b commit 589ad86

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

contributing/pull_request.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ class/interface/trait, method, and variable.
8383

8484
Do not add PHPDoc comments that are superficial, duplicated, or stating the obvious.
8585

86-
See the [phpDocumentor website](https://phpdoc.org/) for more
87-
information.
86+
See the following for more information.
87+
88+
- [PHPDoc reference](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html#phpdoc-reference)
89+
- [PHPDocs Basics](https://phpstan.org/writing-php-code/phpdocs-basics)
90+
- [PHPDoc Types](https://phpstan.org/writing-php-code/phpdoc-types)
8891

8992
#### Code Comments
9093

0 commit comments

Comments
 (0)