From 33472af7df33e6095bf65bdcefbd1162207ab3a6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 30 Mar 2023 11:40:52 +0200 Subject: [PATCH] wait #5839 --- src/Links/WebVideoLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/WebVideoLink.php b/src/Links/WebVideoLink.php index 2cb7d19..be79595 100644 --- a/src/Links/WebVideoLink.php +++ b/src/Links/WebVideoLink.php @@ -92,7 +92,7 @@ class WebVideoLink extends VideoLink { if (null === $height) { $height = $link->height; } - return ''; + return ''; } public static function getEmbedURL($data) { -- 2.39.5