Skip to content

Commit 2fe972f

Browse files
authored
Merge pull request #856 from amayer5125/phpdoc
Fix PHPDoc URLs
2 parents 49e720f + 18fac17 commit 2fe972f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/15-02-01-PHPDoc.md

Lines changed: 7 additions & 7 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/references/phpdoc/tags/index.html
74-
[PHPDoc manual]: https://docs.phpdoc.org/index.html
75-
[@author]: https://docs.phpdoc.org/references/phpdoc/tags/author.html
76-
[@link]: https://docs.phpdoc.org/references/phpdoc/tags/link.html
77-
[@param]: https://docs.phpdoc.org/references/phpdoc/tags/param.html
78-
[@return]: https://docs.phpdoc.org/references/phpdoc/tags/return.html
79-
[@throws]: https://docs.phpdoc.org/references/phpdoc/tags/throws.html
73+
[tags]: https://docs.phpdoc.org/latest/references/phpdoc/tags/index.html
74+
[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

0 commit comments

Comments
 (0)