Skip to content

Commit 92def09

Browse files
authored
Merge pull request #902 from petk/patch-phpdoc
Fix PHPDoc URLs
2 parents cb30706 + 645d2af commit 92def09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/15-02-01-PHPDoc.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ difference between the second and third methods' doc block is the inclusion/excl
7070
`@return void` explicitly informs us that there is no return; historically omitting the `@return void` statement also results in the same (no return) action.
7171

7272

73-
[tags]: https://docs.phpdoc.org/latest/references/phpdoc/tags/index.html
73+
[tags]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/index.html
7474
[PHPDoc manual]: https://docs.phpdoc.org/latest/index.html
75-
[@author]: https://docs.phpdoc.org/latest/references/phpdoc/tags/author.html
76-
[@link]: https://docs.phpdoc.org/latest/references/phpdoc/tags/link.html
77-
[@param]: https://docs.phpdoc.org/latest/references/phpdoc/tags/param.html
78-
[@return]: https://docs.phpdoc.org/latest/references/phpdoc/tags/return.html
79-
[@throws]: https://docs.phpdoc.org/latest/references/phpdoc/tags/throws.html
75+
[@author]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/author.html
76+
[@link]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/link.html
77+
[@param]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/param.html
78+
[@return]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/return.html
79+
[@throws]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/throws.html

0 commit comments

Comments
 (0)