File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3751,7 +3751,7 @@ public function timeout(int $arg): ReplaceOptions
3751
3751
* @param int|DateTimeInterface $arg the relative expiry time in seconds or DateTimeInterface object for absolute point in time
3752
3752
* @return ReplaceOptions
3753
3753
*/
3754
- public function expiry (mixed $ arg ): UpsertOptions
3754
+ public function expiry (mixed $ arg ): ReplaceOptions
3755
3755
{
3756
3756
}
3757
3757
@@ -3895,7 +3895,7 @@ public function timeout(int $arg): IncrementOptions
3895
3895
* @param int|DateTimeInterface $arg the relative expiry time in seconds or DateTimeInterface object for absolute point in time
3896
3896
* @return IncrementOptions
3897
3897
*/
3898
- public function expiry (mixed $ arg ): UpsertOptions
3898
+ public function expiry (mixed $ arg ): IncrementOptions
3899
3899
{
3900
3900
}
3901
3901
@@ -3949,7 +3949,7 @@ public function timeout(int $arg): DecrementOptions
3949
3949
* @param int|DateTimeInterface $arg the relative expiry time in seconds or DateTimeInterface object for absolute point in time
3950
3950
* @return DecrementOptions
3951
3951
*/
3952
- public function expiry (mixed $ arg ): UpsertOptions
3952
+ public function expiry (mixed $ arg ): DecrementOptions
3953
3953
{
3954
3954
}
3955
3955
@@ -4074,7 +4074,7 @@ public function cas(string $arg): MutateInOptions
4074
4074
* @param int|DateTimeInterface $arg the relative expiry time in seconds or DateTimeInterface object for absolute point in time
4075
4075
* @return MutateInOptions
4076
4076
*/
4077
- public function expiry (mixed $ arg ): UpsertOptions
4077
+ public function expiry (mixed $ arg ): MutateInOptions
4078
4078
{
4079
4079
}
4080
4080
You can’t perform that action at this time.
0 commit comments