Skip to content

Commit

Permalink
bug #45532 Fix deprecations on PHP 8.2 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.4 branch.

Discussion
----------

Fix deprecations on PHP 8.2

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | On the road to #44282
| License       | MIT
| Doc PR        | -

Commits
-------

ca566204d3 Fix deprecations on PHP 8.2
  • Loading branch information
nicolas-grekas committed Mar 2, 2022
2 parents 5a13555 + 1cb5560 commit 0c78664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Normalizer/Features/ObjectDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Symfony\Component\Serializer\Tests\Normalizer\Features;

#[\AllowDynamicProperties]
class ObjectDummy
{
protected $foo;
Expand Down

0 comments on commit 0c78664

Please sign in to comment.