INFRA-132 - s/(else|try){/(else|try) {/
[civicrm-core.git] / api / v3 / utils.php
index a40e47ee3efb9f58ea7dc5ec9606e0c5280cec98..e44c1c20a7c217666b703e0dbb2aff20e4436f87 100644 (file)
@@ -1888,7 +1888,7 @@ function _civicrm_api3_validate_string(&$params, &$fieldName, &$fieldInfo, $enti
   if (!is_array($value)) {
     $value = (string) $value;
   }
-  else{
+  else {
     //@todo what do we do about passed in arrays. For many of these fields
     // the missing piece of functionality is separating them to a separated string
     // & many save incorrectly. But can we change them wholesale?