Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit fc0060a

Browse files
committed
add php docs
1 parent e76c836 commit fc0060a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: src/Gateway/Model/Context.php

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ class Context
1010
{
1111
public string $id;
1212
public ?array $items;
13+
/**
14+
* @var Ttl $expiration
15+
*/
1316
public Ttl $expiration;
1417
}

Diff for: src/Registry/Model/RangeCell.php

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
class RangeCell extends Cell
88
{
9+
/**
10+
* @var Range $range
11+
*/
912
public Range $range;
1013
}

0 commit comments

Comments
 (0)