@@ -37,6 +37,7 @@ |
||
| 37 | 37 | * Returns a DateTimeImmutable object. |
| 38 | 38 | * |
| 39 | 39 | * @param int ...$indexes time indexes hours, minutes, second and microseconds |
| 40 | + * @param integer[] $indexes |
|
| 40 | 41 | */ |
| 41 | 42 | function datepoint($int_or_datepoint, int $month = null, int $day = null, int ...$indexes): DateTimeImmutable |
| 42 | 43 | { |