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 22, 2020
1 parent b4b4358 commit a38142d
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 @@ -33,7 +33,7 @@ abstract class Icons
*
* @since __DEPLOY_VERSION__
*/
public static function icon($icon = 'default', $srOnly = '', $attribs = [])
public static function icon(string $icon = 'default', string $srOnly = '', array $attribs = [])
{
if (isset($attribs['class']))
{
Expand Down

0 comments on commit a38142d

Please sign in to comment.