diff --git a/src/Tags/Video.php b/src/Tags/Video.php index 86abb7d..046d3a1 100644 --- a/src/Tags/Video.php +++ b/src/Tags/Video.php @@ -4,12 +4,12 @@ class Video { - public const OPTION_PLATFORM_WEB = 'web'; + public const OPTION_PLATFORM_WEB = 'web'; public const OPTION_PLATFORM_MOBILE = 'mobile'; - public const OPTION_PLATFORM_TV = 'tv'; + public const OPTION_PLATFORM_TV = 'tv'; - public const OPTION_NO = "no"; - public const OPTION_YES = "yes"; + public const OPTION_NO = "no"; + public const OPTION_YES = "yes"; public string $thumbnailLoc; diff --git a/tests/VideoTest.php b/tests/VideoTest.php index 5b0fb12..551d575 100644 --- a/tests/VideoTest.php +++ b/tests/VideoTest.php @@ -1,6 +1,5 @@