diff --git a/src/TwigComponent/src/ComponentAttributes.php b/src/TwigComponent/src/ComponentAttributes.php index 8df6dff3983..ecd8f97918a 100644 --- a/src/TwigComponent/src/ComponentAttributes.php +++ b/src/TwigComponent/src/ComponentAttributes.php @@ -22,9 +22,7 @@ final class ComponentAttributes { /** - * @internal - * - * @param array $attributes + * @param array $attributes */ public function __construct(private array $attributes) { @@ -53,7 +51,7 @@ function (string $carry, string $key) { } /** - * @return array + * @return array */ public function all(): array {