diff --git a/src/YouTube/PlaylistItemListResponse.php b/src/YouTube/PlaylistItemListResponse.php index 654d02ee67..514c40b3c9 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;