Skip to content

Commit 0337ce3

Browse files
committed
docs: replace @preperty with @property-read
1 parent bd936e3 commit 0337ce3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

system/I18n/Time.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
*
2222
* Requires the intl PHP extension.
2323
*
24-
* @property int $age read-only
25-
* @property string $day read-only
26-
* @property string $dayOfWeek read-only
27-
* @property string $dayOfYear read-only
28-
* @property bool $dst read-only
29-
* @property string $hour read-only
30-
* @property bool $local read-only
31-
* @property string $minute read-only
32-
* @property string $month read-only
33-
* @property string $quarter read-only
34-
* @property string $second read-only
35-
* @property int $timestamp read-only
36-
* @property bool $utc read-only
37-
* @property string $weekOfMonth read-only
38-
* @property string $weekOfYear read-only
39-
* @property string $year read-only
24+
* @property-read int $age
25+
* @property-read string $day
26+
* @property-read string $dayOfWeek
27+
* @property-read string $dayOfYear
28+
* @property-read bool $dst
29+
* @property-read string $hour
30+
* @property-read bool $local
31+
* @property-read string $minute
32+
* @property-read string $month
33+
* @property-read string $quarter
34+
* @property-read string $second
35+
* @property-read int $timestamp
36+
* @property-read bool $utc
37+
* @property-read string $weekOfMonth
38+
* @property-read string $weekOfYear
39+
* @property-read string $year
4040
*
4141
* @see \CodeIgniter\I18n\TimeTest
4242
*/

0 commit comments

Comments
 (0)