We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2f20c + 338c7b0 commit 47c0dd7Copy full SHA for 47c0dd7
src/Carbon/Traits/Timestamp.php
@@ -25,6 +25,7 @@ trait Timestamp
25
*
26
* Timestamp input can be given as int, float or a string containing one or more numbers.
27
*/
28
+ #[\ReturnTypeWillChange]
29
public static function createFromTimestamp(
30
float|int|string $timestamp,
31
DateTimeZone|string|int|null $timezone = null,
0 commit comments