mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 08:39:57 +02:00
Update links to https
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user