Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7f46c5

Browse files
committed
minor #58013 [Serializer] Remove redundant @internal tags from traceable classes (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] Remove redundant `@internal` tags from traceable classes | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT As requested by #56823 (comment) Commits ------- b95fc76 [Serializer] Remove redundant `@internal` tags from traceable classes
2 parents ccdcd9b + b95fc76 commit c7f46c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Symfony/Component/Serializer/DataCollector/SerializerDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* @author Mathias Arlaud <[email protected]>
2323
*
24-
* @internal
24+
* @final
2525
*/
2626
class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface
2727
{

src/Symfony/Component/Serializer/Debug/TraceableEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Mathias Arlaud <[email protected]>
2525
*
26-
* @internal
26+
* @final
2727
*/
2828
class TraceableEncoder implements EncoderInterface, DecoderInterface, SerializerAwareInterface
2929
{

src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Mathias Arlaud <[email protected]>
2727
*
28-
* @internal
28+
* @final
2929
*/
3030
class TraceableNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface, NormalizerAwareInterface, DenormalizerAwareInterface, CacheableSupportsMethodInterface
3131
{

src/Symfony/Component/Serializer/Debug/TraceableSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Mathias Arlaud <[email protected]>
2626
*
27-
* @internal
27+
* @final
2828
*/
2929
class TraceableSerializer implements SerializerInterface, NormalizerInterface, DenormalizerInterface, EncoderInterface, DecoderInterface
3030
{

0 commit comments

Comments
 (0)