[NFC] Remove extraneous NULL
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 28 Mar 2023 05:53:53 +0000 (18:53 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 28 Mar 2023 05:53:53 +0000 (18:53 +1300)
It confuses code analysers & Coleman says it's silly

CRM/Core/Config.php

index 415762ce4afbd2aeb9d4bf23819626178ceffe73..2aa80a0cfe1473424b653cb59cc4dcfb916c35ec 100644 (file)
@@ -66,7 +66,7 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge {
    *
    * @var CRM_Core_Config
    */
-  private static $_singleton = NULL;
+  private static $_singleton;
 
   /**
    * Singleton function used to manage this object.