Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Aug 30, 2018
1 parent c166b10 commit 2112ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Zeek\Icons;

function get_svg_path( string $svg, $pack = 'feather' ) : string {
function get_svg_path( $svg, $pack = 'feather' ) {

return sprintf( ICONS_PATH . 'assets/img/svg/%s/%s.svg',
$pack,
$svg
);
}
}

0 comments on commit 2112ee7

Please sign in to comment.