Merge pull request #5800 from mallezie/convert-addressform-addfield
[civicrm-core.git] / CRM / Queue / TaskContext.php
index cdbbb1137d4d21d253bd958ff6071c879cf82885..ad83420387aef2d15cb1e66a96806dfc6e4f206a 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Describe the runtime environment in which a queue task executes
@@ -39,4 +39,5 @@ class CRM_Queue_TaskContext {
    * @var Log
    */
   public $log;
+
 }