Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _posts/15-02-01-PHPDoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ difference between the second and third methods' doc block is the inclusion/excl
`@return void` explicitly informs us that there is no return; historically omitting the `@return void` statement also results in the same (no return) action.


[tags]: https://docs.phpdoc.org/references/phpdoc/tags/index.html
[PHPDoc manual]: https://docs.phpdoc.org/index.html
[@author]: https://docs.phpdoc.org/references/phpdoc/tags/author.html
[@link]: https://docs.phpdoc.org/references/phpdoc/tags/link.html
[@param]: https://docs.phpdoc.org/references/phpdoc/tags/param.html
[@return]: https://docs.phpdoc.org/references/phpdoc/tags/return.html
[@throws]: https://docs.phpdoc.org/references/phpdoc/tags/throws.html
[tags]: https://docs.phpdoc.org/latest/references/phpdoc/tags/index.html
[PHPDoc manual]: https://docs.phpdoc.org/latest/index.html
[@author]: https://docs.phpdoc.org/latest/references/phpdoc/tags/author.html
[@link]: https://docs.phpdoc.org/latest/references/phpdoc/tags/link.html
[@param]: https://docs.phpdoc.org/latest/references/phpdoc/tags/param.html
[@return]: https://docs.phpdoc.org/latest/references/phpdoc/tags/return.html
[@throws]: https://docs.phpdoc.org/latest/references/phpdoc/tags/throws.html