Skip to content

Commit a02a207

Browse files
committed
Update docblock for lookup method in ListData
1 parent e84f2b8 commit a02a207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/Responses/Data/ListData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ListData extends Data
88
{
99
/**
10-
* Lookup the value of the given field in the list.
10+
* Find the immediate successor token of the given field in the list.
1111
*/
1212
public function lookup(string $field): Data|Token|null
1313
{

0 commit comments

Comments
 (0)