INFRA-132 - Batch #8
[civicrm-core.git] / CRM / Utils / Signer.php
index 5764519258bd02c8ba451e5b9ca9f98ee2421771..1116cfbad181bd03478da873723d00dc4bc86ce3 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Utils_Signer {
           $params[$paramName] = (string) $params[$paramName];
         }
       }
-      else { // $paramName is not included or ===NULL
+      else {// $paramName is not included or ===NULL
         $params[$paramName] = '';
       }
       $message['payload'][$paramName] = $params[$paramName];