Skip to content

Commit fb9cced

Browse files
committed
[Serializer] Make metadata interfaces internal
1 parent 203a13b commit fb9cced

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Mapping/AttributeMetadataInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*
1717
* Primarily, the metadata stores serialization groups.
1818
*
19+
* @internal
20+
*
1921
* @author Kévin Dunglas <dunglas@gmail.com>
2022
*/
2123
interface AttributeMetadataInterface

Mapping/ClassMetadataInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
*
1919
* There may only exist one metadata for each attribute according to its name.
2020
*
21+
* @internal
22+
*
2123
* @author Kévin Dunglas <dunglas@gmail.com>
2224
*/
2325
interface ClassMetadataInterface

0 commit comments

Comments
 (0)