From 127cb696d27c4f9bc9ba093adce01cdeb4322690 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 21 Nov 2022 14:04:17 +1300 Subject: [PATCH] Var type fix in comment --- CRM/Core/Resources.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 27c13416ca..b1818c6893 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -33,9 +33,9 @@ class CRM_Core_Resources implements CRM_Core_Resources_CollectionAdderInterface /** * We don't have a container or dependency-injection, so use singleton instead * - * @var object + * @var CRM_Core_Resources */ - private static $_singleton = NULL; + private static $_singleton; /** * @var CRM_Extension_Mapper -- 2.25.1