From 935969a279c3fd139bf701ec2af60a99c4949020 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 4 Jun 2026 10:52:14 -0400 Subject: [PATCH] Remove incorrect descriptions from file header docblocks (CFM-525) --- .../src/View/Cell/HistoricPetitionViewersCell.php | 4 ---- .../CoreEnroller/src/View/Cell/ApprovalCollectorsCell.php | 4 ---- .../CoreEnroller/src/View/Cell/AttributeCollectorsCell.php | 4 ---- .../src/View/Cell/BasicAttributeCollectorsCell.php | 4 ---- app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php | 4 ---- .../CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php | 4 ---- .../CoreEnroller/src/View/Cell/InvitationAcceptersCell.php | 4 ---- .../templates/cell/ApprovalCollectors/display.php | 4 ---- .../templates/cell/AttributeCollectors/display.php | 4 ---- .../CoreEnroller/templates/cell/EmailVerifiers/display.php | 4 ---- .../templates/cell/IdentifierCollectors/display.php | 4 ---- .../templates/cell/InvitationAccepters/display.php | 4 ---- .../EnvSource/src/View/Cell/EnvSourceCollectorsCell.php | 4 ---- .../OrcidSource/src/View/Cell/OrcidSourceCollectorsCell.php | 4 ---- .../TermsAgreer/src/View/Cell/AgreementCollectorsCell.php | 4 ---- .../templates/cell/AgreementCollectors/display.php | 4 ---- 16 files changed, 64 deletions(-) diff --git a/app/availableplugins/HistoricPetitionViewer/src/View/Cell/HistoricPetitionViewersCell.php b/app/availableplugins/HistoricPetitionViewer/src/View/Cell/HistoricPetitionViewersCell.php index a5f29cec7..69e1497c7 100644 --- a/app/availableplugins/HistoricPetitionViewer/src/View/Cell/HistoricPetitionViewersCell.php +++ b/app/availableplugins/HistoricPetitionViewer/src/View/Cell/HistoricPetitionViewersCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/ApprovalCollectorsCell.php b/app/plugins/CoreEnroller/src/View/Cell/ApprovalCollectorsCell.php index 3eaabd466..30d145882 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/ApprovalCollectorsCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/ApprovalCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/AttributeCollectorsCell.php b/app/plugins/CoreEnroller/src/View/Cell/AttributeCollectorsCell.php index 0c7d3ed51..525fa5eb3 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/AttributeCollectorsCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/AttributeCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/BasicAttributeCollectorsCell.php b/app/plugins/CoreEnroller/src/View/Cell/BasicAttributeCollectorsCell.php index b7cef6401..474bc7649 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/BasicAttributeCollectorsCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/BasicAttributeCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php b/app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php index fd64e416e..6fee55f55 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php b/app/plugins/CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php index be102d0e6..5abf63ae5 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/src/View/Cell/InvitationAcceptersCell.php b/app/plugins/CoreEnroller/src/View/Cell/InvitationAcceptersCell.php index 9b643ef83..364a2aa7a 100644 --- a/app/plugins/CoreEnroller/src/View/Cell/InvitationAcceptersCell.php +++ b/app/plugins/CoreEnroller/src/View/Cell/InvitationAcceptersCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/templates/cell/ApprovalCollectors/display.php b/app/plugins/CoreEnroller/templates/cell/ApprovalCollectors/display.php index c56c210af..b47ea9d62 100644 --- a/app/plugins/CoreEnroller/templates/cell/ApprovalCollectors/display.php +++ b/app/plugins/CoreEnroller/templates/cell/ApprovalCollectors/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ use \App\Lib\Enum\PetitionStatusEnum; diff --git a/app/plugins/CoreEnroller/templates/cell/AttributeCollectors/display.php b/app/plugins/CoreEnroller/templates/cell/AttributeCollectors/display.php index b87c2618e..121abc8d5 100644 --- a/app/plugins/CoreEnroller/templates/cell/AttributeCollectors/display.php +++ b/app/plugins/CoreEnroller/templates/cell/AttributeCollectors/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types = 1); diff --git a/app/plugins/CoreEnroller/templates/cell/EmailVerifiers/display.php b/app/plugins/CoreEnroller/templates/cell/EmailVerifiers/display.php index 4367b3181..e48bc529f 100644 --- a/app/plugins/CoreEnroller/templates/cell/EmailVerifiers/display.php +++ b/app/plugins/CoreEnroller/templates/cell/EmailVerifiers/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/CoreEnroller/templates/cell/IdentifierCollectors/display.php b/app/plugins/CoreEnroller/templates/cell/IdentifierCollectors/display.php index a5c6bae8a..af0dc1043 100644 --- a/app/plugins/CoreEnroller/templates/cell/IdentifierCollectors/display.php +++ b/app/plugins/CoreEnroller/templates/cell/IdentifierCollectors/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ ?> diff --git a/app/plugins/CoreEnroller/templates/cell/InvitationAccepters/display.php b/app/plugins/CoreEnroller/templates/cell/InvitationAccepters/display.php index 23b20b300..d5d0dff2b 100644 --- a/app/plugins/CoreEnroller/templates/cell/InvitationAccepters/display.php +++ b/app/plugins/CoreEnroller/templates/cell/InvitationAccepters/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/EnvSource/src/View/Cell/EnvSourceCollectorsCell.php b/app/plugins/EnvSource/src/View/Cell/EnvSourceCollectorsCell.php index 2e4e472e7..1892f96e1 100644 --- a/app/plugins/EnvSource/src/View/Cell/EnvSourceCollectorsCell.php +++ b/app/plugins/EnvSource/src/View/Cell/EnvSourceCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.1.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/OrcidSource/src/View/Cell/OrcidSourceCollectorsCell.php b/app/plugins/OrcidSource/src/View/Cell/OrcidSourceCollectorsCell.php index 788b3c14d..1ab9832f1 100644 --- a/app/plugins/OrcidSource/src/View/Cell/OrcidSourceCollectorsCell.php +++ b/app/plugins/OrcidSource/src/View/Cell/OrcidSourceCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/TermsAgreer/src/View/Cell/AgreementCollectorsCell.php b/app/plugins/TermsAgreer/src/View/Cell/AgreementCollectorsCell.php index 8e9d1a52e..658f63c18 100644 --- a/app/plugins/TermsAgreer/src/View/Cell/AgreementCollectorsCell.php +++ b/app/plugins/TermsAgreer/src/View/Cell/AgreementCollectorsCell.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ declare(strict_types=1); diff --git a/app/plugins/TermsAgreer/templates/cell/AgreementCollectors/display.php b/app/plugins/TermsAgreer/templates/cell/AgreementCollectors/display.php index 8d8ecefeb..dcaadca81 100644 --- a/app/plugins/TermsAgreer/templates/cell/AgreementCollectors/display.php +++ b/app/plugins/TermsAgreer/templates/cell/AgreementCollectors/display.php @@ -23,10 +23,6 @@ * @package registry * @since COmanage Registry v5.2.0 * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - * - * This generic modal dialog stub is used for confirmations, e.g. when deleting a record. - * The text of the box is overridden with JavaScript, and the confirm button is intended to - * click a CakePHP postLink or postButton in the DOM. Use jsConfirmGeneric() to call it. */ ?>