Skip to content

Commit

Permalink
refactor: add #[\AllowDynamicProperties]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Dec 18, 2023
1 parent 857bf80 commit 44e5473
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/admin/abstract-admin-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*
* @sine 1.8
*/
#[\AllowDynamicProperties]
class Give_Settings_Page {

/**
Expand Down
1 change: 1 addition & 0 deletions includes/class-give-donate-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @property $earnings
* @property $post_type
*/
#[\AllowDynamicProperties]
class Give_Donate_Form {

/**
Expand Down
1 change: 1 addition & 0 deletions includes/class-give-donor.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*
* @since 1.0
*/
#[\AllowDynamicProperties]
class Give_Donor {

/**
Expand Down

0 comments on commit 44e5473

Please sign in to comment.