[NFC] Remove some more of the old cvs blocks
authoreileen <emcnaughton@wikimedia.org>
Sun, 24 May 2020 22:52:53 +0000 (10:52 +1200)
committereileen <emcnaughton@wikimedia.org>
Sun, 24 May 2020 22:52:53 +0000 (10:52 +1200)
18 files changed:
CRM/Core/Smarty/plugins/block.icon.php
CRM/Core/Smarty/plugins/function.copyIcon.php
CRM/Event/Controller/Registration.php
CRM/Event/Controller/Search.php
CRM/Event/StateMachine/Registration.php
CRM/Event/StateMachine/Search.php
CRM/Extension/ClassLoader.php
CRM/Grant/BAO/Grant.php
CRM/Grant/BAO/Query.php
CRM/Grant/Form/Grant.php
CRM/Grant/Form/Task.php
CRM/Upgrade/Form.php
Civi/Api4/Action/Setting/Set.php
Civi/Api4/Action/System/Check.php
Civi/Api4/Action/System/Flush.php
Civi/Api4/Result/ReplaceResult.php
Civi/Api4/Service/Spec/Provider/ContactTypeCreationSpecProvider.php
Civi/Api4/Utils/ArrayInsertionUtil.php

index 8fb0213b497c68c2e5446f7ffc0eec0ccc5fa473..ac68cfe027ead11a8e1610a6f3f815dc760a520f 100644 (file)
@@ -13,8 +13,6 @@
  *
  * @package CRM
  * @author Andrew Hunt, AGH Strategies
- * $Id$
- *
  */
 
 /**
index 0adaf0e593034e8da9c9be1e19c96ea0e0a531e9..19f4a369912ec018b171cf4a17dca1bda3f17295 100644 (file)
@@ -13,8 +13,6 @@
  *
  * @package CRM
  * @author Andrew Hunt, AGH Strategies
- * $Id$
- *
  */
 
 /**
index 5233eb3e80358903226b5efb37308f6c8216bde3..561d2ed8b8ef5e221a9a8a0647090f1b697cce34 100644 (file)
  */
 
 /**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Event_Controller_Registration
  */
 class CRM_Event_Controller_Registration extends CRM_Core_Controller {
 
index 8bf9a9996ebf0b5a8932559edb676fe18ec38674..927c9422fe53ed306733c892647849f89131a7f1 100644 (file)
@@ -9,14 +9,6 @@
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 /**
  * This class is used by the Search functionality.
  *
@@ -36,6 +28,8 @@ class CRM_Event_Controller_Search extends CRM_Core_Controller {
    * @param string $title
    * @param bool|int $action
    * @param bool $modal
+   *
+   * @throws \CRM_Core_Exception
    */
   public function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
 
index b86e7baf2072b63316ff32bc2b614c4088391133..e70a4bc8efe92060289c208e90cfa9bfb8696d1d 100644 (file)
@@ -9,17 +9,8 @@
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 /**
  * State machine for managing different states of the EventWizard process.
- *
  */
 class CRM_Event_StateMachine_Registration extends CRM_Core_StateMachine {
 
@@ -27,9 +18,9 @@ class CRM_Event_StateMachine_Registration extends CRM_Core_StateMachine {
    * Class constructor.
    *
    * @param object $controller
-   * @param \const|int $action
+   * @param int $action
    *
-   * @return \CRM_Event_StateMachine_Registration CRM_Event_StateMachine
+   * @throws \CRM_Core_Exception
    */
   public function __construct($controller, $action = CRM_Core_Action::NONE) {
     parent::__construct($controller, $action);
index f98de49db6e345196072c8dd6df3b6688eaed139..f235ac402638c563d0a0aa3da9a6ea69228bc309 100644 (file)
  */
 
 /**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Event_StateMachine_Search
  */
 class CRM_Event_StateMachine_Search extends CRM_Core_StateMachine {
 
@@ -28,7 +24,7 @@ class CRM_Event_StateMachine_Search extends CRM_Core_StateMachine {
   /**
    * Class constructor.
    *
-   * @param object $controller
+   * @param CRM_Core_Controller $controller
    * @param int $action
    */
   public function __construct($controller, $action = CRM_Core_Action::NONE) {
index 9ce09a44922e6ca33a3e8699ac549906a687d42e..2e181a887784b13be254a32e4e665329bbb62da6 100644 (file)
  */
 
 /**
- *
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Extension_ClassLoader
  */
 class CRM_Extension_ClassLoader {
 
index df3eece7201807d8a6f9b990723cf236a84edeae..c314802a2b487d2b89f41ac931185fbf0cd1d1cc 100644 (file)
  */
 
 /**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Grant_BAO_Grant
  */
 class CRM_Grant_BAO_Grant extends CRM_Grant_DAO_Grant {
 
index 5efbb3b1ff94964f1b80c1500147a742ba7e2361..d91699ca81b2ea44b91b1e828955cc37235a840d 100644 (file)
  */
 
 /**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Grant_BAO_Query
  */
 class CRM_Grant_BAO_Query extends CRM_Core_BAO_Query {
 
index 7f81aceb68d3cb4418e0839fd20c351b1baedc12..80d4f97b8db5f702c24f97f2b78c00021cd812d8 100644 (file)
@@ -9,14 +9,6 @@
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 /**
  * This class generates form components for processing a case
  *
index 561bd0bfc9fcdf5197daf4f57855454e530d55ee..b983cec3d72afac8c84b7804bc115370af162b88 100644 (file)
@@ -9,14 +9,6 @@
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 /**
  * Class for grant form task actions.
  * FIXME: This needs refactoring to properly inherit from CRM_Core_Form_Task and share more functions.
index 10c2b542530f11353642c56376995788825b054c..e1f7bcd2def8c7ef36eff251144c621906b63ffb 100644 (file)
  */
 
 /**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * Class CRM_Upgrade_Form
  */
 class CRM_Upgrade_Form extends CRM_Core_Form {
   const QUEUE_NAME = 'CRM_Upgrade';
index 9353436c82fc2e7536459fdf0727d04daf58d319..cd8413331f7341b059ac3332c27b0c1b3400bb8d 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 namespace Civi\Api4\Action\Setting;
 
 use Civi\Api4\Generic\Result;
index 9b44021cad5d32e0c74951c8f76d2521b97b87fe..9080f60a8d4ec7ab28c8c1f196fd1575d957575e 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 namespace Civi\Api4\Action\System;
 
 /**
index 8d5ab9119e61996d50b336a5155494d7c5100ed6..5eefb63cae41c334dff45801ec136078056c43a2 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
 namespace Civi\Api4\Action\System;
 
 /**
index c1d6522f860dda76f85a53218b78da01b9f587f8..890a2a87e00484eaf5d63feb8eb29103df8be44f 100644 (file)
  +--------------------------------------------------------------------+
  */
 
+namespace Civi\Api4\Result;
+
 /**
+ * Class ReplaceResult
  *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * @package Civi\Api4\Result
  */
-
-namespace Civi\Api4\Result;
-
 class ReplaceResult extends \Civi\Api4\Generic\Result {
   /**
    * @var array
index 1e45728d8c874d58da886b9b0ce6f3993e40703c..891fe67920e862ca8e07e331d6ab7df671bf7d6f 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
-
 namespace Civi\Api4\Service\Spec\Provider;
 
 use Civi\Api4\Service\Spec\RequestSpec;
 
+/**
+ * Class ContactTypeCreationSpecProvider
+ *
+ * @package Civi\Api4\Service\Spec\Provider
+ */
 class ContactTypeCreationSpecProvider implements Generic\SpecProviderInterface {
 
   /**
index 4c2d2f6b2d53470d21fe202e6219bbc4a9401a43..951f769790a0691416646bc5f67005138dd84191 100644 (file)
  +--------------------------------------------------------------------+
  */
 
+namespace Civi\Api4\Utils;
+
 /**
+ * Class ArrayInsertionUtil
  *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
+ * @package Civi\Api4\Utils
  */
-
-
-namespace Civi\Api4\Utils;
-
 class ArrayInsertionUtil {
 
   /**