From dfa5e769a44caf0c9fe6888c52a6d69619f1e1ac Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Fri, 17 Feb 2023 16:07:14 +0100 Subject: [PATCH] [9.x] fix: docblock of GuardHelpers::$user (#46156) --- GuardHelpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GuardHelpers.php b/GuardHelpers.php index ee98e8ac..21094bf8 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -13,7 +13,7 @@ trait GuardHelpers /** * The currently authenticated user. * - * @var \Illuminate\Contracts\Auth\Authenticatable + * @var \Illuminate\Contracts\Auth\Authenticatable|null */ protected $user;