Skip to content

Commit b0cdf45

Browse files
committed
Set object list extractor as expiremental, and use final for default implementation
1 parent 04eed54 commit b0cdf45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractor.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515

1616
/**
1717
* @author David Maicher <mail@dmaicher.de>
18+
*
19+
* @experimental in 4.3
1820
*/
19-
class ObjectPropertyListExtractor implements ObjectPropertyListExtractorInterface
21+
final class ObjectPropertyListExtractor implements ObjectPropertyListExtractorInterface
2022
{
2123
private $propertyListExtractor;
2224
private $objectClassResolver;

src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author David Maicher <mail@dmaicher.de>
16+
*
17+
* @experimental in 4.3
1618
*/
1719
interface ObjectPropertyListExtractorInterface
1820
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy