Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  [HttpKernel] Guard against bad profile data
  Fix deprecations on PHP 8.2
  • Loading branch information
nicolas-grekas committed Mar 2, 2022
2 parents e3ec068 + 0c78664 commit 851007f
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 851007f

Please sign in to comment.