Merge https://github.com/civicrm/civicrm-core/pull/6276
[civicrm-core.git] / Civi / API / Provider / ProviderInterface.php
index e17ca8c269ffe5b52976cd64d12ada2e35048334..31d17d521415143b333d5a2c96b181cb40fa6905 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.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 namespace Civi\API\Provider;
+
 use Civi\API\Events;
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
 
@@ -58,4 +59,5 @@ interface ProviderInterface {
    * @return array<string>
    */
   public function getActionNames($version, $entity);
+
 }