Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 2112ee7

Browse files
Update main.php
1 parent c166b10 commit 2112ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Zeek\Icons;
44

5-
function get_svg_path( string $svg, $pack = 'feather' ) : string {
5+
function get_svg_path( $svg, $pack = 'feather' ) {
66

77
return sprintf( ICONS_PATH . 'assets/img/svg/%s/%s.svg',
88
$pack,
99
$svg
1010
);
11-
}
11+
}

0 commit comments

Comments
 (0)