Skip to content

Commit

Permalink
[Serializer] JsonEncoder doesn't need SerializerAware anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 8, 2011
1 parent 24dcfef commit 1f8defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Encoder/JsonEncoder.php
Expand Up @@ -18,7 +18,7 @@
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
class JsonEncoder extends AbstractEncoder implements DecoderInterface
class JsonEncoder implements EncoderInterface, DecoderInterface
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 1f8defa

Please sign in to comment.