intelephense 1.18.4 → 1.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/lib/intelephense.js +2 -2
- package/lib/stub/date/date_c.php +2 -2
- package/package.json +1 -1
package/lib/stub/date/date_c.php
CHANGED
|
@@ -184,7 +184,7 @@ class DateTimeImmutable implements DateTimeInterface
|
|
|
184
184
|
* @link https://secure.php.net/manual/en/datetimeimmutable.construct.php
|
|
185
185
|
* @param string $datetime [optional]
|
|
186
186
|
* <p>A date/time string. Valid formats are explained in {@link https://secure.php.net/manual/en/datetime.formats.php Date and Time Formats}.</p>
|
|
187
|
-
* <p>Enter <b>
|
|
187
|
+
* <p>Enter <b>'now'</b> here to obtain the current time when using the <em>$timezone</em> parameter.</p>
|
|
188
188
|
* @param null|DateTimeZone $timezone [optional] <p>
|
|
189
189
|
* A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone} object representing the timezone of <em>$datetime</em>.
|
|
190
190
|
* </p>
|
|
@@ -206,7 +206,7 @@ class DateTimeImmutable implements DateTimeInterface
|
|
|
206
206
|
* @link https://secure.php.net/manual/en/datetimeimmutable.construct.php
|
|
207
207
|
* @param string $datetime [optional]
|
|
208
208
|
* <p>A date/time string. Valid formats are explained in {@link https://secure.php.net/manual/en/datetime.formats.php Date and Time Formats}.</p>
|
|
209
|
-
* <p>Enter <b>
|
|
209
|
+
* <p>Enter <b>'now'</b> here to obtain the current time when using the <em>$timezone</em> parameter.</p>
|
|
210
210
|
* @param null|DateTimeZone $timezone [optional] <p>
|
|
211
211
|
* A {@link https://secure.php.net/manual/en/class.datetimezone.php DateTimeZone} object representing the timezone of <em>$datetime</em>.
|
|
212
212
|
* </p>
|