Skip to content

Commit 75579c9

Browse files
1 parent b8fabcc commit 75579c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/YouTube/PlaylistPlayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
class PlaylistPlayer extends \Google\Model
2121
{
2222
/**
23-
* An tag that embeds a player that will play the playlist.
23+
* An
2424
*
2525
* @var string
2626
*/
2727
public $embedHtml;
2828

2929
/**
30-
* An tag that embeds a player that will play the playlist.
30+
* An
3131
*
3232
* @param string $embedHtml
3333
*/

src/YouTube/VideoPlayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VideoPlayer extends \Google\Model
2424
*/
2525
public $embedHeight;
2626
/**
27-
* An tag that embeds a player that will play the video.
27+
* An
2828
*
2929
* @var string
3030
*/
@@ -51,7 +51,7 @@ public function getEmbedHeight()
5151
return $this->embedHeight;
5252
}
5353
/**
54-
* An tag that embeds a player that will play the video.
54+
* An
5555
*
5656
* @param string $embedHtml
5757
*/

0 commit comments

Comments
 (0)