Update links to https

This commit is contained in:
Peter Kokot
2023-01-18 18:27:18 +01:00
parent df119b0631
commit 49cadd2a4f
11 changed files with 27 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ Below is an example of how you might document a class with a few methods;
<?php
/**
* @author A Name <a.name@example.com>
* @link http://www.phpdoc.org/docs/latest/index.html
* @link https://www.phpdoc.org/docs/latest/index.html
*/
class DateTimeHelper
{