[REF] final cleanup - call bulkCreate from migrate_utils
[civicrm-core.git] / CRM / Utils / String.php
index d01dd52a000ccbd6d0149966227917800ad7f63e..d0f295dd18048cd8121fd3bc9b959124572d2ae0 100644 (file)
@@ -295,7 +295,7 @@ class CRM_Utils_String {
       }
       return $match;
     }
-    return CRM_Core_DAO::$_nullArray;
+    return [];
   }
 
   /**
@@ -625,7 +625,6 @@ class CRM_Utils_String {
     return str_replace($search, $replace, $string);
   }
 
-
   /**
    * Use HTMLPurifier to clean up a text string and remove any potential
    * xss attacks. This is primarily used in public facing pages which