Skip to content

Commit 8617f91

Browse files
committed
fix(stubs): DateTimeImmutable::setTimestamp rename argument to $timestamp
1 parent f9fd6bc commit 8617f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/CoreImmutableClasses.phpstub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class DateTimeImmutable implements DateTimeInterface
9191
* @psalm-mutation-free
9292
* @return static
9393
*/
94-
public function setTimestamp(int $unixtimestamp) {}
94+
public function setTimestamp(int $timestamp) {}
9595

9696
/**
9797
* @psalm-mutation-free

0 commit comments

Comments
 (0)