From 4cba2cf6a2a0c34c573062fb930e1d61b38db51a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 18 Jun 2024 16:25:10 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Tags/Utm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tags/Utm.php b/src/Tags/Utm.php index 1f7cb0f..8715e7c 100644 --- a/src/Tags/Utm.php +++ b/src/Tags/Utm.php @@ -46,7 +46,7 @@ public function is() } /** - * Alias for is() + * Alias for is(). * * @return bool */ @@ -56,7 +56,7 @@ public function has() } /** - * Determine if a value contains inside the key + * Determine if a value contains inside the key. * * @return void */