Skip to content

Commit

Permalink
Add annotation -> attribute aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Oct 29, 2023
1 parent f8f763c commit 40d8bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Fixtures/Dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

use Symfony\Component\Serializer\Annotation\Groups;
use Symfony\Component\Serializer\Attribute\Groups;

/**
* @author Kévin Dunglas <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions Tests/Fixtures/IgnorePropertyDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

use Symfony\Component\Serializer\Annotation\Groups;
use Symfony\Component\Serializer\Annotation\Ignore;
use Symfony\Component\Serializer\Attribute\Groups;
use Symfony\Component\Serializer\Attribute\Ignore;

/**
* @author Vadim Borodavko <[email protected]>
Expand Down

0 comments on commit 40d8bea

Please sign in to comment.