Skip to content

Commit b519738

Browse files
authored
next page token can be null (#559)
1 parent 4231809 commit b519738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueSearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class IssueSearchResult
3939
public $issues;
4040

4141
/**
42-
* @return int
42+
* @return string|null
4343
*/
4444
public function getNextPageToken()
4545
{

0 commit comments

Comments
 (0)