Skip to content

Commit 317b628

Browse files
committed
Fix CS
1 parent 6a1dbda commit 317b628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Icon/FontAwesome4Icon.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function render(string $icon, array $options = [], array $attributes = []
4141
// Shimming
4242
if (isset($options['title'])) {
4343
$attributes['title'] = $options['title'];
44-
unset($options['title']);
44+
unset($options['title']);
4545
}
4646

4747
$namespace = 'fa';

0 commit comments

Comments
 (0)