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)