Skip to content

Commit 607f5be

Browse files
committed
minor #15296 [Serializer] match example with description above (iamvar)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Serializer] match example with description above Discriminator description mentions abstract class, but example contains interface Commits ------- 778594c match example with description above
2 parents 9b1e5d6 + 778594c commit 607f5be

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
@@ -1491,7 +1491,7 @@ and ``BitBucketCodeRepository`` classes:
14911491
* "bitbucket"="App\BitBucketCodeRepository"
14921492
* })
14931493
*/
1494-
interface CodeRepository
1494+
abstract class CodeRepository
14951495
{
14961496
// ...
14971497
}

0 commit comments

Comments
 (0)