You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -339,6 +340,7 @@ public static function __set_state(array $array) {}
339
340
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
340
341
*/
341
342
#[TentativeType]
343
+
#[\NoDiscard(message: "as DateTimeImmutable::setDate() does not modify the object itself")]
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
357
359
*/
358
360
#[TentativeType]
361
+
#[\NoDiscard(message: "as DateTimeImmutable::setISODate() does not modify the object itself")]
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
375
378
*/
376
379
#[TentativeType]
380
+
#[\NoDiscard(message: "as DateTimeImmutable::setTime() does not modify the object itself")]
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
391
395
*/
392
396
#[TentativeType]
397
+
#[\NoDiscard(message: "as DateTimeImmutable::setTimestamp() does not modify the object itself")]
@@ -404,6 +409,7 @@ public function setTimestamp(#[LanguageLevelTypeAware(['8.0' => 'int'], default:
404
409
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
405
410
*/
406
411
#[TentativeType]
412
+
#[\NoDiscard(message: "as DateTimeImmutable::setTimezone() does not modify the object itself")]
@@ -418,6 +424,7 @@ public function setTimezone(DateTimeZone $timezone): DateTimeImmutable {}
418
424
* Returns the {@link https://secure.php.net/manual/en/class.datetimeimmutable.php DateTimeImmutable} object for method chaining or <b>FALSE</b> on failure.
419
425
*/
420
426
#[TentativeType]
427
+
#[\NoDiscard(message: "as DateTimeImmutable::sub() does not modify the object itself")]
0 commit comments