Skip to content

Commit 7ec8082

Browse files
committed
fix(datetime): fix getDay return type annotation
1 parent dcca27f commit 7ec8082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datetime/src/DateTimeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function getMonthEnum(): Month;
228228
/**
229229
* Returns the day.
230230
*
231-
* @return int<0, 31>
231+
* @return int<1, 31>
232232
*/
233233
public function getDay(): int;
234234

0 commit comments

Comments
 (0)