From 4461c16165fd58d08d2aa430c7d7dd955bb0e7b2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 3 Jan 2020 09:30:35 -0500 Subject: [PATCH] Remove superfluous comment in BBCode::scaleExternalImage --- src/Content/Text/BBCode.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index fac2b83c17..51fa08ad3d 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -438,7 +438,6 @@ class BBCode public static function scaleExternalImages($srctext) { - // Picture addresses can contain special characters $s = $srctext; $matches = null; -- 2.39.5