We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9e59 commit 5df63caCopy full SHA for 5df63ca
src/Icons/src/IconRendererInterface.php
@@ -22,8 +22,8 @@ interface IconRendererInterface
22
/**
23
* Renders an icon by its name and returns the SVG string.
24
*
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.
+ * @param string $name the icon name, optionally prefixed with the icon set
+ * @param array<string, string|bool> $attributes an array of HTML attributes
27
28
* @throws IconNotFoundException
29
0 commit comments