diff --git a/modules/cms/twig/Extension.php b/modules/cms/twig/Extension.php index 0c0c5941e..c96630c46 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 {