From c9cd18ddeb75069b1e2e4bf9273075779e022ad4 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 25 Oct 2023 17:40:36 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/realtime-compiler/src/Http/DashboardController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index 2ae5de486da..d1f58baac18 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -192,7 +192,6 @@ public static function highlightMediaLibraryCode(string $contents): HtmlString if (str_starts_with($line, '/*') && str_ends_with($line, '*/')) { // Commented code should not be additionally formatted, though we always want to comment multiline blocks $quickReturn = true; - } $line = str_replace('/*', "/*", $line);