Completed
Push — master ( 8bbd56...ea3f36 )
by ignace nyamagana
11:28
created
src/functions.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -37,6 +37,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.