Skip to content

Commit 5df63ca

Browse files
committed
CS
1 parent d8d9e59 commit 5df63ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Icons/src/IconRendererInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ interface IconRendererInterface
2222
/**
2323
* Renders an icon by its name and returns the SVG string.
2424
*
25-
* @param string $name The icon name, optionally prefixed with the icon set.
26-
* @param array<string, string|bool> $attributes An array of HTML attributes.
25+
* @param string $name the icon name, optionally prefixed with the icon set
26+
* @param array<string, string|bool> $attributes an array of HTML attributes
2727
*
2828
* @throws IconNotFoundException
2929
*

0 commit comments

Comments
 (0)