8000 minor #38521 [Typography] Fix SerializerAwareInterface description (i… · symfony/symfony@f3e496f · GitHub
[go: up one dir, main page]

Skip to content

Commit f3e496f

Browse files
committed
minor #38521 [Typography] Fix SerializerAwareInterface description (idetox)
This PR was submitted for the 5.x branch but it was merged into the 3.4 branch instead. Discussion ---------- [Typography] Fix SerializerAwareInterface description | Q | A | ------------- | --- | Branch? | 5.x<!-- see below --> | Bug fix? | no | New feature? | no | Deprecations? |no | Tickets | - | License | MIT Removed some unneeded comments in Serializer / Normalizer / Encoder directory Commits ------- 48e6976 [Typography] Remove unneeded description comments
2 parents b45f002 + 48e6976 commit f3e496f

11 files changed

+0
-22
lines changed

src/Symfony/Component/Serializer/Encoder/DecoderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
1515

1616
/**
17-
* Defines the interface of decoders.
18-
*
1917
* @author Jordi Boggiano <j.boggiano@seld.be>
2018
*/
2119
interface DecoderInterface

src/Symfony/Component/Serializer/Encoder/EncoderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
1515

1616
/**
17-
* Defines the interface of encoders.
18-
*
1917
* @author Jordi Boggiano <j.boggiano@seld.be>
2018
*/
2119
interface EncoderInterface

src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer\Normalizer;
1313

1414
/**
15-
* Class accepting a denormalizer.
16-
*
1715
* @author Joel Wurtz <joel.wurtz@gmail.com>
1816
*/
1917
interface DenormalizerAwareInterface

src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer\Normalizer;
1313

1414
/**
15-
* DenormalizerAware trait.
16-
*
1715
* @author Joel Wurtz <joel.wurtz@gmail.com>
1816
*/
1917
trait DenormalizerAwareTrait

src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
2121

2222
/**
23-
* Defines the interface of denormalizers.
24-
*
2523
* @author Jordi Boggiano <j.boggiano@seld.be>
2624
*/
2725
interface DenormalizerInterface

src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer\Normalizer;
1313

1414
/**
15-
* Class accepting a normalizer.
16-
*
1715
* @author Joel Wurtz <joel.wurtz@gmail.com>
1816
*/
1917
interface NormalizerAwareInterface

src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer\Normalizer;
1313

1414
/**
15-
* NormalizerAware trait.
16-
*
1715
* @author Joel Wurtz <joel.wurtz@gmail.com>
1816
*/
1917
trait NormalizerAwareTrait

src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
use Symfony\Component\Serializer\Exception\LogicException;
1818

1919
/**
20-
* Defines the interface of normalizers.
21-
*
2220
* @author Jordi Boggiano <j.boggiano@seld.be>
2321
*/
2422
interface NormalizerInterface

src/Symfony/Component/Serializer/SerializerAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer;
1313

1414
/**
15-
* Defines the interface of encoders.
16-
*
1715
* @author Jordi Boggiano <j.boggiano@seld.be>
1816
*/
1917
interface SerializerAwareInterface

src/Symfony/Component/Serializer/SerializerAwareTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer;
1313

1414
/**
15-
* SerializerAware trait.
16-
*
1715
* @author Joel Wurtz <joel.wurtz@gmail.com>
1816
*/
1917
trait SerializerAwareTrait

src/Symfony/Component/Serializer/SerializerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer;
1313

1414
/**
15-
* Defines the interface of the Serializer.
16-
*
1715
* @author Jordi Boggiano <j.boggiano@seld.be>
1816
*/
1917
interface SerializerInterface

0 commit comments

Comments
 (0)
0