Skip to content

Commit 8a8c57f

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [2.7] Fixed flatten exception recursion with errors Embedded identifier support Also transform inline mappings to objects Change the ExtensionInterface load method definition to bo identical to the documentation. add and correct armenian translations [Config] Fix array sort on normalization in edge case [Security] Run tests on all PHP versions [DomCrawler] Revert previous restriction, allow selection of every DOMNode object [Serializer] Make metadata interfaces internal [Yaml] fix indented line handling in folded blocks improve BrowserKit test coverage p1
2 parents 12688e7 + a73357d commit 8a8c57f

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)