Skip to content

Commit

Permalink
Merge pull request #24952 from eileenmcnaughton/opt_meta
Browse files Browse the repository at this point in the history
Remove php8-specific coding pattern
  • Loading branch information
eileenmcnaughton authored Nov 11, 2022
2 parents d330d16 + b7c5691 commit bf20772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Payment/PropertyBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class PropertyBag implements \ArrayAccess {
*
* @var string
*/
public string $ignoreDeprecatedWarningsInFunction = '';
public $ignoreDeprecatedWarningsInFunction = '';

/**
* @var bool
Expand Down

0 comments on commit bf20772

Please sign in to comment.