From 1d9257e24de73f63fc828578c778398d8574282e Mon Sep 17 00:00:00 2001 From: Jack Wilkinson <31214002+jaxwilko@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:40:31 +0100 Subject: [PATCH] Update modules/cms/twig/Extension.php Co-authored-by: Luke Towers --- modules/cms/twig/Extension.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/cms/twig/Extension.php b/modules/cms/twig/Extension.php index 0c0c5941e2..c96630c467 100644 --- a/modules/cms/twig/Extension.php +++ b/modules/cms/twig/Extension.php @@ -170,9 +170,6 @@ public function themeFilter($url): string /** * Generates Vite tags via Laravel's Vite Object. - * - * @param array $entrypoints The list of entry points for Vite - * @param string $package The package name of the plugin or theme */ public function viteFunction(array $entrypoints, string $package): \Illuminate\Support\HtmlString {