From eb0f341e5bf7c72f04edd6b0b8a3471b9674e920 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Fri, 3 Jan 2025 15:37:59 -0500 Subject: [PATCH] ISTWCMS-7241: code standards --- src/EventSubscriber/UwCblRemoteVideoEventSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventSubscriber/UwCblRemoteVideoEventSubscriber.php b/src/EventSubscriber/UwCblRemoteVideoEventSubscriber.php index e01f7148..af789565 100644 --- a/src/EventSubscriber/UwCblRemoteVideoEventSubscriber.php +++ b/src/EventSubscriber/UwCblRemoteVideoEventSubscriber.php @@ -72,7 +72,7 @@ class UwCblRemoteVideoEventSubscriber extends UwCblBase implements EventSubscrib // Check for YouTube playlist. elseif (preg_match($pattern = '/^(https?:\/\/)?(www\.)?(youtube\.com|youtu\.?be)\/(playlist\?list=)([a-zA-Z0-9_-]+)$/', $remote_video['view']['url'])) { - // Set the type of video to YouTube playlist + // Set the type of video to YouTube playlist. $remote_video['view']['type'] = 'YouTube playlist'; } // Check for Vimeo. -- GitLab