Skip to content

Commit

Permalink
Fix deprecations on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 25, 2022
1 parent e836e2c commit 1cb5560
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 1cb5560

Please sign in to comment.