Skip to content

Commit cd0e925

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: update example for attributes
2 parents a51af5d + abec79a commit cd0e925

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
@@ -1618,7 +1618,7 @@ and ``BitBucketCodeRepository`` classes:
16181618
'github' => GitHubCodeRepository::class,
16191619
'bitbucket' => BitBucketCodeRepository::class,
16201620
])]
1621-
interface CodeRepository
1621+
abstract class CodeRepository
16221622
{
16231623
// ...
16241624
}

0 commit comments

Comments
 (0)