From 8a269f8dd8d0c3ff76dc00a1c218d0fa399e87d2 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Fri, 1 Mar 2024 07:42:38 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.php b/src/helpers.php index a7de7624..754868bc 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -66,7 +66,7 @@ if (! function_exists('global_cache')) { * If an array is passed, we'll assume you want to put to the cache. * * @param dynamic key|key,default|data,expiration|null - * @return mixed|\Illuminate\Cache\CacheManager + * @return mixed|Illuminate\Cache\CacheManager * * @throws InvalidArgumentException */