[Typography] Remove unneeded description comments

This commit is contained in:
idetox 2020-10-11 19:10:53 +02:00 committed by Fabien Potencier
parent b45f002932
commit 48e6976ac8
11 changed files with 0 additions and 22 deletions

View File

@ -14,8 +14,6 @@ namespace Symfony\Component\Serializer\Encoder;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
/**
* Defines the interface of decoders.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface DecoderInterface

View File

@ -14,8 +14,6 @@ namespace Symfony\Component\Serializer\Encoder;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
/**
* Defines the interface of encoders.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface EncoderInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer\Normalizer;
/**
* Class accepting a denormalizer.
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*/
interface DenormalizerAwareInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer\Normalizer;
/**
* DenormalizerAware trait.
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*/
trait DenormalizerAwareTrait

View File

@ -20,8 +20,6 @@ use Symfony\Component\Serializer\Exception\RuntimeException;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
/**
* Defines the interface of denormalizers.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface DenormalizerInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer\Normalizer;
/**
* Class accepting a normalizer.
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*/
interface NormalizerAwareInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer\Normalizer;
/**
* NormalizerAware trait.
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*/
trait NormalizerAwareTrait

View File

@ -17,8 +17,6 @@ use Symfony\Component\Serializer\Exception\InvalidArgumentException;
use Symfony\Component\Serializer\Exception\LogicException;
/**
* Defines the interface of normalizers.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface NormalizerInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer;
/**
* Defines the interface of encoders.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface SerializerAwareInterface

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer;
/**
* SerializerAware trait.
*
* @author Joel Wurtz <joel.wurtz@gmail.com>
*/
trait SerializerAwareTrait

View File

@ -12,8 +12,6 @@
namespace Symfony\Component\Serializer;
/**
* Defines the interface of the Serializer.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface SerializerInterface