From 9b367448c3f8a44ba43a5b27fbaa51b61477849a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 20 May 2024 20:53:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Traits/Alias.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/Alias.php b/src/Traits/Alias.php index 38fac2a..02ad122 100644 --- a/src/Traits/Alias.php +++ b/src/Traits/Alias.php @@ -19,4 +19,4 @@ public static function isValid(string $alias) return preg_match($pattern, $alias) === 1; } -} \ No newline at end of file +}