diff --git a/src/Twig/Component/Badge.php b/src/Twig/Component/Badge.php index d25d1cf..840f06a 100644 --- a/src/Twig/Component/Badge.php +++ b/src/Twig/Component/Badge.php @@ -19,9 +19,12 @@ final class Badge } /** - * @param BadgeableInterface $obj The object to be converted into a badge - * @param string $class Extra classes you want to add to the badge template - * @param ?string $colour Specify the colour for an objectless badge + * @param ?BadgeableInterface $obj The object to be converted into a badge. + * @param string $class Extra classes to add to the badge element. + * These will override the base classes in case + * of conflicts. + * @param ?string $colour Specify the colour of an objectless badge. + * @param bool $outline If the badge should be rendered as an outline. */ public function mount(?BadgeableInterface $obj = null, string $class = '', string $colour = null, bool $outline = false): void {