Skip to content

Commit

Permalink
improve doc to rerun github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Sep 18, 2023
1 parent a73f7a3 commit d603ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Chronos.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @property-read int<1, 31> $daysInMonth number of days in the given month
* @property-read int $age does a diffInYears() with default parameters
* @property-read int<1, 4> $quarter the quarter of this instance, 1 - 4
* @property-read int<1, 2> $halfOfYear the half of year of this instance, 1 - 2
* @property-read int<1, 2> $halfOfYear the half of the year, with 1 for months Jan...Jun and 2 for Jul...Dec.
* @property-read int $offset the timezone offset in seconds from UTC
* @property-read int $offsetHours the timezone offset in hours from UTC
* @property-read bool $dst daylight savings time indicator, true if DST, false otherwise
Expand Down
2 changes: 1 addition & 1 deletion src/ChronosDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @property-read int<1, 31> $daysInMonth number of days in the given month
* @property-read int $age does a diffInYears() with default parameters
* @property-read int<1, 4> $quarter the quarter of this instance, 1 - 4
* @property-read int<1, 2> $halfOfYear the half of year of this instance, 1 - 2
* @property-read int<1, 2> $halfOfYear the half of the year, with 1 for months Jan...Jun and 2 for Jul...Dec.
* @psalm-immutable
* @psalm-consistent-constructor
*/
Expand Down

0 comments on commit d603ea1

Please sign in to comment.