From 52e2b2f531d1c2b34b81efc5c8f0dbefb261814c Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 24 Aug 2023 18:53:05 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Facades/Purify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facades/Purify.php b/src/Facades/Purify.php index e89dd86..f4a120a 100644 --- a/src/Facades/Purify.php +++ b/src/Facades/Purify.php @@ -5,7 +5,7 @@ use Illuminate\Support\Facades\Facade; /** - * @method static array|string clean(array|string $input, array $config = null) + * @method static array|string clean(array|string $input, array $config = null) * @method static \Stevebauman\Purify\Purify config(string|array $driver = null) */ class Purify extends Facade