Merge pull request #900 from dlobo/CRM-12588
[civicrm-core.git] / api / v3 / MailingEventUnsubscribe.php
index b951569fd54029d93aca4a88a4a6afd6197ce7c8..efdee308cc237ecfd88d2a9d53ff7a7b1186e3a6 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -74,9 +73,10 @@ function civicrm_api3_mailing_event_unsubscribe_create($params) {
 
   return civicrm_api3_create_error('Queue event could not be found');
 }
-/*
+
+/**
  * Adjust Metadata for Create action
- * 
+ *
  * The metadata is used for setting defaults, documentation & validation
  * @param array $params array or parameters determined by getfields
  */