8000 Merge branch '3.4' into 4.4 · symfony/symfony@d79912d · GitHub
[go: up one dir, main page]

Skip to content

Commit d79912d

Browse files
Merge branch '3.4' into 4.4
* 3.4: [Typography] Remove unneeded description comments
2 parents 75b3d17 + f3e496f commit d79912d

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