|
23 | 23 | * This is not immutable! Some methods are immutable, |
24 | 24 | * but some methods can alter the state. |
25 | 25 | * |
26 | | - * @property int $age read-only |
27 | | - * @property string $day read-only |
28 | | - * @property string $dayOfWeek read-only |
29 | | - * @property string $dayOfYear read-only |
30 | | - * @property bool $dst read-only |
31 | | - * @property string $hour read-only |
32 | | - * @property bool $local read-only |
33 | | - * @property string $minute read-only |
34 | | - * @property string $month read-only |
35 | | - * @property string $quarter read-only |
36 | | - * @property string $second read-only |
37 | | - * @property int $timestamp read-only |
38 | | - * @property bool $utc read-only |
39 | | - * @property string $weekOfMonth read-only |
40 | | - * @property string $weekOfYear read-only |
41 | | - * @property string $year read-only |
| 26 | + * @property int $age read-only |
| 27 | + * @property string $day read-only |
| 28 | + * @property string $dayOfWeek read-only |
| 29 | + * @property string $dayOfYear read-only |
| 30 | + * @property bool $dst read-only |
| 31 | + * @property string $hour read-only |
| 32 | + * @property bool $local read-only |
| 33 | + * @property string $minute read-only |
| 34 | + * @property string $month read-only |
| 35 | + * @property string $quarter read-only |
| 36 | + * @property string $second read-only |
| 37 | + * @property int $timestamp read-only |
| 38 | + * @property string $timezoneName read-only |
| 39 | + * @property bool $utc read-only |
| 40 | + * @property string $weekOfMonth read-only |
| 41 | + * @property string $weekOfYear read-only |
| 42 | + * @property string $year read-only |
42 | 43 | * |
43 | 44 | * @phpstan-consistent-constructor |
44 | 45 | * |
|
0 commit comments