From 407a82b381ce2fd900711f9e1261e8b1d82398a2 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 28 Apr 2023 14:23:58 +0000 Subject: [PATCH] Fix styling --- src/Tags/Video.php | 8 ++++---- tests/VideoTest.php | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) 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 @@