Style fixes.
This commit is contained in:
parent
a7a59b690a
commit
be4950ff88
43 changed files with 187 additions and 149 deletions
|
|
@ -27,7 +27,7 @@ class Icon extends AbstractHelper
|
|||
|
||||
if (is_array($args)) {
|
||||
|
||||
foreach($args as $arg) {
|
||||
foreach ($args as $arg) {
|
||||
$classes[] .= 'fa-' . $arg;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue