Skip to content

Commit b444518

Browse files
authored
Merge pull request civicrm#17322 from eileenmcnaughton/ids
(NFC) Remove some cvs docblock help
2 parents 2f6a5a7 + 34527c3 commit b444518

File tree

10 files changed

+4
-84
lines changed

10 files changed

+4
-84
lines changed

Diff for: Civi/Api4/Action/CustomValue/GetFields.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\CustomValue;
2214

2315
use Civi\Api4\Service\Spec\SpecFormatter;

Diff for: Civi/Api4/Action/GetActions.php

-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
21-
2213
namespace Civi\Api4\Action;
2314

2415
use Civi\API\Exception\NotImplementedException;

Diff for: Civi/Api4/Action/GroupContact/Save.php

-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
21-
2213
namespace Civi\Api4\Action\GroupContact;
2314

2415
/**

Diff for: Civi/Api4/Action/Relationship/Get.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\Relationship;
2214

2315
/**

Diff for: Civi/Api4/Action/Setting/AbstractSettingAction.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\Setting;
2214

2315
use Civi\Api4\Domain;

Diff for: Civi/Api4/Action/Setting/Get.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\Setting;
2214

2315
use Civi\Api4\Generic\Result;

Diff for: Civi/Api4/Action/Setting/GetFields.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\Setting;
2214

2315
/**

Diff for: Civi/Api4/Action/Setting/Revert.php

-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
2113
namespace Civi\Api4\Action\Setting;
2214

2315
use Civi\Api4\Generic\Result;

Diff for: Civi/Api4/Generic/DAOEntity.php

+4-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
21-
2213
namespace Civi\Api4\Generic;
2314

2415
/**
@@ -28,6 +19,8 @@ abstract class DAOEntity extends AbstractEntity {
2819

2920
/**
3021
* @return DAOGetAction
22+
*
23+
* @throws \API_Exception
3124
*/
3225
public static function get() {
3326
return new DAOGetAction(static::class, __FUNCTION__);
@@ -49,6 +42,8 @@ public static function getFields() {
4942

5043
/**
5144
* @return DAOCreateAction
45+
*
46+
* @throws \API_Exception
5247
*/
5348
public static function create() {
5449
return new DAOCreateAction(static::class, __FUNCTION__);

Diff for: Civi/Api4/Service/Spec/Provider/DomainCreationSpecProvider.php

-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
+--------------------------------------------------------------------+
1111
*/
1212

13-
/**
14-
*
15-
* @package CRM
16-
* @copyright CiviCRM LLC https://civicrm.org/licensing
17-
* $Id$
18-
*
19-
*/
20-
21-
2213
namespace Civi\Api4\Service\Spec\Provider;
2314

2415
use Civi\Api4\Service\Spec\RequestSpec;

0 commit comments

Comments
 (0)