From 317b628ba64b47daf31c5e606a0ce8611e6e45a2 Mon Sep 17 00:00:00 2001 From: mscherer Date: Tue, 10 Sep 2024 00:44:19 +0200 Subject: [PATCH] Fix CS --- src/View/Icon/FontAwesome4Icon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Icon/FontAwesome4Icon.php b/src/View/Icon/FontAwesome4Icon.php index 32531c2d..69d5bbb5 100644 --- a/src/View/Icon/FontAwesome4Icon.php +++ b/src/View/Icon/FontAwesome4Icon.php @@ -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';