Update code documentation links to use https

This commit is contained in:
Josh Lockhart
2018-06-19 15:19:54 -04:00
parent 00cd8cf7f1
commit ef9985bd3f

View File

@@ -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. `@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]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/index.html [tags]: https://docs.phpdoc.org/references/phpdoc/tags/index.html
[PHPDoc manual]: http://www.phpdoc.org/docs/latest/index.html [PHPDoc manual]: https://docs.phpdoc.org/index.html
[@author]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/author.html [@author]: https://docs.phpdoc.org/references/phpdoc/tags/author.html
[@link]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/link.html [@link]: https://docs.phpdoc.org/references/phpdoc/tags/link.html
[@param]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/param.html [@param]: https://docs.phpdoc.org/references/phpdoc/tags/param.html
[@return]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/return.html [@return]: https://docs.phpdoc.org/references/phpdoc/tags/return.html
[@throws]: http://www.phpdoc.org/docs/latest/references/phpdoc/tags/throws.html [@throws]: https://docs.phpdoc.org/references/phpdoc/tags/throws.html