Commit 338c7b0
authored
Update Timestamp.php
When using PHP 8.4, I get the following error:
```
Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29
```
I am adding the annotation to resolve this issue.1 parent ff2f20c commit 338c7b0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments