Merge pull request #519 from blockcounter/patch-1

removed www from www.php.net links in DateTime.__construct()
This commit is contained in:
andrey-sokolov 2019-02-25 20:06:32 +03:00 committed by GitHub
commit b4d07fbfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ class DateTimeImmutable implements DateTimeInterface {
class DateTime implements DateTimeInterface {
/**
* (PHP 5 &gt;=5.2.0)<br/>
* @link https://www.php.net/manual/en/datetime.construct.php
* @link https://php.net/manual/en/datetime.construct.php
* @param string $time [optional]
* <p>A date/time string. Valid formats are explained in {@link www.php.net/manual/en/datetime.formats.php Date and Time Formats}.</p>
* <p>
@ -321,7 +321,7 @@ class DateTime implements DateTimeInterface {
* the <em>$timezone</em> parameter.
* </p>
* @param DateTimeZone $timezone [optional] <p>
* A {@link https://www.php.net/manual/en/class.datetimezone.php DateTimeZone} object representing the
* A {@link https://php.net/manual/en/class.datetimezone.php DateTimeZone} object representing the
* timezone of <em>$time</em>.
* </p>
* <p>