Skip to content

Commit 76e5067

Browse files
Merge branch '6.4' into 7.0
* 6.4: [DependencyInjection] Remove inaccurate `@throws` on `Container::get()` Add annotation -> attribute aliases
2 parents 9cdb528 + 33fa61e commit 76e5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Fixtures/SerializerModelFixture.php

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

33
namespace Symfony\Bridge\Twig\Tests\Extension\Fixtures;
44

5-
use Symfony\Component\Serializer\Annotation\Groups;
5+
use Symfony\Component\Serializer\Attribute\Groups;
66

77
/**
88
* @author Jesse Rushlow <[email protected]>

0 commit comments

Comments
 (0)