Skip to content

Commit 0c78664

Browse files
bug #45532 Fix deprecations on PHP 8.2 (nicolas-grekas)
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
2 parents 5a13555 + 1cb5560 commit 0c78664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Normalizer/Features/ObjectDummy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

5+
#[\AllowDynamicProperties]
56
class ObjectDummy
67
{
78
protected $foo;

0 commit comments

Comments
 (0)