Adjust comment spacing

This commit is contained in:
Brabli
2022-08-29 19:41:54 +01:00
parent 27dfa0af2e
commit e12eceed26

View File

@@ -62,10 +62,10 @@ final class IconExtension extends AbstractExtension
* @param array $options
* ```
* $options = [
* 'icon' => (string) Which icon to use
* 'icon' => (string) Which icon to use
* 'title' => (?string) Text to appear on mouse hover
* 'size' => (int) Height and width in px
* 'colour' => (string) Main colour pallete
* 'size' => (int) Height and width in px
* 'colour' => (string) Main colour pallete
* ]
* ```
*/