Skip to content

Commit 8b965ef

Browse files
committed
Added missing getMicrosecond to DateTimeInterface
1 parent 052de71 commit 8b965ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ext/date/php_date.stub.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ public function getOffset(): int;
325325
/** @tentative-return-type */
326326
public function getTimestamp(): int;
327327

328+
public function getMicrosecond(): int;
329+
328330
/** @tentative-return-type */
329331
public function diff(DateTimeInterface $targetObject, bool $absolute = false): DateInterval;
330332

ext/date/php_date_arginfo.h

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)