Skip to content

Commit

Permalink
apply Joomla! Coding Standards for DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Oct 21, 2020
1 parent 247e055 commit 1a950bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/src/HTML/Helpers/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ abstract class Icons
/**
* Method to write a `<span>` element for an icon
*
* @param string $icon The funcitonal name for an icon.
* @param string $srOnly Screen Reader text if no visible text is placed
* @param array $attribs Attributes to be added to the wrapping element
* @param string $icon The functional name for an icon.
* @param string $srOnly Screen Reader text if no visible text is placed
* @param array $attribs Attributes to be added to the wrapping element
*
* @return string
*
Expand Down

0 comments on commit 1a950bf

Please sign in to comment.