From e18596e6531c507d748991e5e46200ca06e94b30 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Wed, 19 Jun 2024 14:30:19 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Facades/Cache.php b/src/Illuminate/Support/Facades/Cache.php index 6c1e996d8f5a..078b44e74f2a 100755 --- a/src/Illuminate/Support/Facades/Cache.php +++ b/src/Illuminate/Support/Facades/Cache.php @@ -41,7 +41,7 @@ * @method static \Illuminate\Cache\Repository setDefaultCacheTime(int|null $seconds) * @method static \Illuminate\Contracts\Cache\Store getStore() * @method static \Illuminate\Cache\Repository setStore(\Illuminate\Contracts\Cache\Store $store) - * @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher() + * @method static \Illuminate\Contracts\Events\Dispatcher|null getEventDispatcher() * @method static void setEventDispatcher(\Illuminate\Contracts\Events\Dispatcher $events) * @method static void macro(string $name, object|callable $macro, object|callable $macro = null) * @method static void mixin(object $mixin, bool $replace = true)