Skip to content

Commit abec79a

Browse files
committed
minor #15302 [Serializer] update example for attributes (iamvar)
This PR was submitted for the 5.x branch but it was merged into the 5.2 branch instead. Discussion ---------- [Serializer] update example for attributes update attributes example as well see #15296 Commits ------- 19b8d23 update example for attributes
2 parents 6aa6261 + 19b8d23 commit abec79a

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)