From 2d214f8f5325769cc5f894c952139edee7ff18d4 Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Tue, 16 Jun 2026 19:57:10 +0200 Subject: [PATCH] Allow nextPageToken to be nullable --- src/YouTube/PlaylistItemListResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/YouTube/PlaylistItemListResponse.php b/src/YouTube/PlaylistItemListResponse.php index 654d02ee672..514c40b3c9b 100644 --- a/src/YouTube/PlaylistItemListResponse.php +++ b/src/YouTube/PlaylistItemListResponse.php @@ -43,7 +43,7 @@ class PlaylistItemListResponse extends \Google\Collection * The token that can be used as the value of the pageToken parameter to * retrieve the next page in the result set. * - * @var string + * @var string|null */ public $nextPageToken; protected $pageInfoType = PageInfo::class;