Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-03-09-21-44-34
[civicrm-core.git] / Civi / API / Event / PrepareEvent.php
index 0512ced78f65679dceedd3882ea43783fca24fee..a3d7e412a31e0bfab57fb1bc444b1b2335734386 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 namespace Civi\API\Event;
 
@@ -41,4 +41,5 @@ class PrepareEvent extends Event {
     $this->apiRequest = $apiRequest;
     return $this;
   }
+
 }