8000 Merge branch '6.4' into 7.0 · hhamon/symfony@3f4e486 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f4e486

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Serializer] Remove `@SerializedPath` annotation from test
2 parents 056c66e + 609ec6b commit 3f4e486

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,7 @@ public function __construct(
866866

867867
class SnakeCaseNestedDummy
868868
{
869-
/**
870-
* @SerializedPath("[one][two_three]")
871-
*/
869+
#[SerializedPath('[one][two_three]')]
872870
public $ 414B fooBar;
873871
}
874872

0 commit comments

Comments
 (0)
0