Skip to content

Commit 19b8d23

Browse files
iamvarjaviereguiluz
authored andcommitted
update example for attributes
1 parent 6aa6261 commit 19b8d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ and ``BitBucketCodeRepository`` classes:
16081608
'github' => GitHubCodeRepository::class,
16091609
'bitbucket' => BitBucketCodeRepository::class,
16101610
])]
1611-
interface CodeRepository
1611+
abstract class CodeRepository
16121612
{
16131613
// ...
16141614
}

0 commit comments

Comments
 (0)