Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 9, 2024
1 parent 6a1dbda commit 317b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Icon/FontAwesome4Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function render(string $icon, array $options = [], array $attributes = []
// Shimming
if (isset($options['title'])) {
$attributes['title'] = $options['title'];
unset($options['title']);
unset($options['title']);
}

$namespace = 'fa';
Expand Down

0 comments on commit 317b628

Please sign in to comment.