Skip to content

Commit

Permalink
Fix deprecated dynamic property creation warnings from php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Jul 21, 2023
1 parent 9324cfa commit 5591b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions disciple-tools-webform.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class DT_Webform {
public $remote_path;
public $assets_path;
public $public_uri;
public string $includes_uri;

/**
* Returns the instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2016
* @access public
*/
abstract class Puc_v4p10_Metadata {
#[AllowDynamicProperties] abstract class Puc_v4p10_Metadata {

/**
* Create an instance of this class from a JSON document.
Expand Down

0 comments on commit 5591b3e

Please sign in to comment.