Skip to content

Commit

Permalink
Merge pull request #25834 from braders/php8.1-dedupefind
Browse files Browse the repository at this point in the history
[REF][PHP8.2] Declare property in CRM_Contact_Form_DedupeFind
  • Loading branch information
eileenmcnaughton authored Mar 15, 2023
2 parents b04de04 + 4c107de commit b5b7615
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CRM/Contact/Form/DedupeFind.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {

/**
* Indicate if this form should warn users of unsaved changes
* Indicate if this form should warn users of unsaved changes
* @var bool
*/
protected $unsavedChangesWarn = FALSE;

/**
* Dedupe rule group ID
* @var int
*/
protected $rgid;

/**
* Pre processing.
*/
Expand Down

0 comments on commit b5b7615

Please sign in to comment.