INFRA-132 - Add space before "{"
[civicrm-core.git] / api / v3 / MailingContact.php
index 85362a1208d8fbff63373d01d2cf3c0cf3f443fd..4ca17da2566c9cd33c9689d90864d759bc887fda 100644 (file)
@@ -61,8 +61,8 @@ function civicrm_api3_mailing_contact_get($params) {
  * @param bool $count
  * @throws Exception
  */
-function _civicrm_api3_mailing_contact_getresults($params, $count){
-  if (empty($params['type'])){
+function _civicrm_api3_mailing_contact_getresults($params, $count) {
+  if (empty($params['type'])) {
     //ie. because the api is an anomoly & passing in id is not valid
     throw new Exception('This api call does not accept api as a parameter');
   }