@@ -126,7 +126,7 @@ class IntlDateFormatter
126
126
* supported value is IntlDateFormatter::GREGORIAN (or null using the default calendar, i.e. "GREGORIAN")
127
127
* @param string|null $pattern Optional pattern to use when formatting
128
128
*
129
- * @see http ://www. php.net/manual/en/ intldateformatter.create.php
129
+ * @see https ://php.net/intldateformatter.create
130
130
* @see http://userguide.icu-project.org/formatparse/datetime
131
131
*
132
132
* @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
@@ -162,7 +162,7 @@ public function __construct(?string $locale, ?int $datetype, ?int $timetype, $ti
162
162
*
163
163
* @return self
164
164
*
165
- * @see http ://www. php.net/manual/en/ intldateformatter.create.php
165
+ * @see https ://php.net/intldateformatter.create
166
166
* @see http://userguide.icu-project.org/formatparse/datetime
167
167
*
168
168
* @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
@@ -180,7 +180,7 @@ public static function create($locale, $datetype, $timetype, $timezone = null, $
180
180
*
181
181
* @return string|bool The formatted value or false if formatting failed
182
182
*
183
- * @see http ://www. php.net/manual/en/ intldateformatter.format.php
183
+ * @see https ://php.net/intldateformatter.format
184
184
*
185
185
* @throws MethodArgumentValueNotImplementedException If one of the formatting characters is not implemented
186
186
*/
@@ -231,7 +231,7 @@ public function format($timestamp)
231
231
*
232
232
* @return string The formatted value
233
233
*
234
- * @see http ://www. php.net/manual/en/ intldateformatter.formatobject.php
234
+ * @see https ://php.net/intldateformatter.formatobject
235
235
*
236
236
* @throws MethodNotImplementedException
237
237
*/
@@ -246,7 +246,7 @@ public function formatObject($object, $format = null, $locale = null)
246
246
* @return int The calendar being used by the formatter. Currently always returns
247
247
* IntlDateFormatter::GREGORIAN.
248
248
*
249
- * @see http ://www. php.net/manual/en/ intldateformatter.getcalendar.php
249
+ * @see https ://php.net/intldateformatter.getcalendar
250
250
*/
251
251
public function getCalendar ()
252
252
{
@@ -258,7 +258,7 @@ public function getCalendar()
258
258
*
259
259
* @return object The calendar's object being used by the formatter
260
260
*
261
- * @see http ://www. php.net/manual/en/ intldateformatter.getcalendarobject.php
261
+ * @see https ://php.net/intldateformatter.getcalendarobject
262
262
*
263
263
* @throws MethodNotImplementedException
264
264
*/
@@ -272,7 +272,7 @@ public function getCalendarObject()
272
272
*
273
273
* @return int The current value of the formatter
274
274
*
275
- * @see http ://www. php.net/manual/en/ intldateformatter.getdatetype.php
275
+ * @see https ://php.net/intldateformatter.getdatetype
276
276
*/
277
277
public function getDateType ()
278
278
{
@@ -284,7 +284,7 @@ public function getDateType()
284
284
*
285
285
* @return int The error code from last formatter call
286
286
*
287
- * @see http ://www. php.net/manual/en/ intldateformatter.geterrorcode.php
287
+ * @see https ://php.net/intldateformatter.geterrorcode
288
288
*/
289
289
public function getErrorCode ()
290
290
{
@@ -296,7 +296,7 @@ public function getErrorCode()
296
296
*
297
297
* @return string The error message from last formatter call
298
298
*
299
- * @see http ://www. php.net/manual/en/ intldateformatter.geterrormessage.php
299
+ * @see https ://php.net/intldateformatter.geterrormessage
300
300
*/
301
301
public function getErrorMessage ()
302
302
{
@@ -311,7 +311,7 @@ public function getErrorMessage()
311
311
* @return string The locale used to create the formatter. Currently always
312
312
* returns "en".
313
313
*
314
- * @see http ://www. php.net/manual/en/ intldateformatter.getlocale.php
314
+ * @see https ://php.net/intldateformatter.getlocale
315
315
*/
316
316
public function getLocale ($ type = Locale::ACTUAL_LOCALE )
317
317
{
@@ -323,7 +323,7 @@ public function getLocale($type = Locale::ACTUAL_LOCALE)
323
323
*
324
324
* @return string The pattern string used by the formatter
325
325
*
326
- * @see http ://www. php.net/manual/en/ intldateformatter.getpattern.php
326
+ * @see https ://php.net/intldateformatter.getpattern
327
327
*/
328
328
public function getPattern ()
329
329
{
@@ -335,7 +335,7 @@ public function getPattern()
335
335
*
336
336
* @return int The time type used by the formatter
337
337
*
338
- * @see http ://www. php.net/manual/en/ intldateformatter.gettimetype.php
338
+ * @see https ://php.net/intldateformatter.gettimetype
339
339
*/
340
340
public function getTimeType ()
341
341
{
@@ -347,7 +347,7 @@ public function getTimeType()
347
347
*
348
348
* @return string The timezone identifier used by the formatter
349
349
*
350
- * @see http ://www. php.net/manual/en/ intldateformatter.gettimezoneid.php
350
+ * @see https ://php.net/intldateformatter.gettimezoneid
351
351
*/
352
352
public function getTimeZoneId ()
353
353
{
@@ -363,7 +363,7 @@ public function getTimeZoneId()
363
363
*
364
364
* @return mixed The timezone used by the formatter
365
365
*
366
- * @see http ://www. php.net/manual/en/ intldateformatter.gettimezone.php
366
+ * @see https ://php.net/intldateformatter.gettimezone
367
367
*
368
368
* @throws MethodNotImplementedException
369
369
*/
@@ -377,7 +377,7 @@ public function getTimeZone()
377
377
*
378
378
* @return bool Currently always returns false
379
379
*
380
- * @see http ://www. php.net/manual/en/ intldateformatter.islenient.php
380
+ * @see https ://php.net/intldateformatter.islenient
381
381
*
382
382
* @throws MethodNotImplementedException
383
383
*/
@@ -397,7 +397,7 @@ public function isLenient()
397
397
*
398
398
* @return string Localtime compatible array of integers: contains 24 hour clock value in tm_hour field
399
399
*
400
- * @see http ://www. php.net/manual/en/ intldateformatter.localtime.php
400
+ * @see https ://php.net/intldateformatter.localtime
401
401
*
402
402
* @throws MethodNotImplementedException
403
403
*/
@@ -417,7 +417,7 @@ public function localtime($value, &$position = 0)
417
417
*
418
418
* @return int Parsed value as a timestamp
419
419
*
420
- * @see http ://www. php.net/manual/en/ intldateformatter.parse.php
420
+ * @see https ://php.net/intldateformatter.parse
421
421
*
422
422
* @throws MethodArgumentNotImplementedException When $position different than null, behavior not implemented
423
423
*/
@@ -447,7 +447,7 @@ public function parse($value, &$position = null)
447
447
*
448
448
* @return bool true on success or false on failure
449
449
*
450
- * @see http ://www. php.net/manual/en/ intldateformatter.setcalendar.php
450
+ * @see https ://php.net/intldateformatter.setcalendar
451
451
*
452
452
* @throws MethodNotImplementedException
453
453
*/
@@ -469,7 +469,7 @@ public function setCalendar($calendar)
469
469
*
470
470
* @return bool true on success or false on failure
471
471
*
472
- * @see http ://www. php.net/manual/en/ intldateformatter.setlenient.php
472
+ * @see https ://php.net/intldateformatter.setlenient
473
473
*
474
474
* @throws MethodArgumentValueNotImplementedException When $lenient is true
475
475
*/
@@ -489,7 +489,7 @@ public function setLenient($lenient)
489
489
*
490
490
* @return bool true on success or false on failure
491
491
*
492
- * @see http ://www. php.net/manual/en/ intldateformatter.setpattern.php
492
+ * @see https ://php.net/intldateformatter.setpattern
493
493
* @see http://userguide.icu-project.org/formatparse/datetime
494
494
*/
495
495
public function setPattern ($ pattern )
@@ -512,7 +512,7 @@ public function setPattern($pattern)
512
512
*
513
513
* @return bool true on success or false on failure
514
514
*
515
- * @see http ://www. php.net/manual/en/ intldateformatter.settimezoneid.php
515
+ * @see https ://php.net/intldateformatter.settimezoneid
516
516
*/
517
517
public function setTimeZoneId ($ timeZoneId )
518
518
{
@@ -556,7 +556,7 @@ public function setTimeZoneId($timeZoneId)
556
556
*
557
557
* @return bool true on success or false on failure
558
558
*
559
- * @see http ://www. php.net/manual/en/ intldateformatter.settimezone.php
559
+ * @see https ://php.net/intldateformatter.settimezone
560
560
*/
561
561
public function setTimeZone ($ timeZone )
562
562
{
0 commit comments