Skip to content

Commit

Permalink
Update libraries/src/HTML/Helpers/Icons.php
Browse files Browse the repository at this point in the history
Co-authored-by: SharkyKZ <sharkykz@gmail.com>
  • Loading branch information
hans2103 and SharkyKZ committed Oct 26, 2020
1 parent 5589002 commit 2a943c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/HTML/Helpers/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abstract class Icons
*
* @since __DEPLOY_VERSION__
*/
public static function icon(string $icon, string $srOnly = '', array $attribs = [])
public static function icon(string $icon, string $srOnly = '', array $attribs = []): string
{
if ($icon === '')
{
Expand Down

0 comments on commit 2a943c4

Please sign in to comment.