From 872d55caedc6c6891d5d37422e71ec2578c9aa79 Mon Sep 17 00:00:00 2001 From: Roy van Veldhuizen <18717340+royvanv@users.noreply.github.com> Date: Mon, 2 May 2022 13:48:27 +0200 Subject: [PATCH] Applied another StyleCI suggestion. --- src/Tags/BladeComponent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tags/BladeComponent.php b/src/Tags/BladeComponent.php index 0e2414c..0a2059b 100644 --- a/src/Tags/BladeComponent.php +++ b/src/Tags/BladeComponent.php @@ -24,7 +24,6 @@ class BladeComponent extends Tags * Renders given component to Laravel Blade components. * * @param string $component - * * @return string */ public function wildcard(string $component): string