Skip to content

Commit f779829

Browse files
Update FontAwesomeSVG.php
1 parent 65e64cc commit f779829

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FontAwesomeSVG.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ public function __construct($svg_dir) {
1212

1313

1414
/**
15+
* Get SVG icon
1516
*
17+
* @param string $id icon ID e.g. fas fa-house
18+
* @param array $opts options array
19+
* @return string|boolean
1620
*/
1721
public function get_svg($id, $opts=false) {
1822
try {

0 commit comments

Comments
 (0)