From af72cda656cb1c151acf297dc09199aee7ae216c Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Tue, 8 Oct 2024 17:58:59 +0300 Subject: [PATCH] Update module/VuFind/src/VuFind/Auth/Manager.php Co-authored-by: Demian Katz --- module/VuFind/src/VuFind/Auth/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Auth/Manager.php b/module/VuFind/src/VuFind/Auth/Manager.php index 197e7d6c93b..55d44e82cc5 100644 --- a/module/VuFind/src/VuFind/Auth/Manager.php +++ b/module/VuFind/src/VuFind/Auth/Manager.php @@ -95,7 +95,7 @@ class Manager implements /** * ILS Authenticator * - * @var ILSAuthenticator + * @var ?ILSAuthenticator */ protected $ilsAuthenticator = null;