Skip to content

Commit

Permalink
Remove a class attribute not used
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Feb 14, 2016
1 parent 89edb33 commit 00af8d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Request/RequestBodyParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace FOS\RestBundle\Request;

use FOS\RestBundle\Context\Adapter\DeserializationContextAdapterInterface;
use FOS\RestBundle\Context\Context;
use FOS\RestBundle\Serializer\Serializer;
use JMS\Serializer\Exception\Exception as JMSSerializerException;
Expand Down Expand Up @@ -41,11 +40,6 @@ class RequestBodyParamConverter implements ParamConverterInterface
*/
private $validationErrorsArgument;

/**
* @var DeserializationContextAdapterInterface
*/
private $contextAdapter;

/**
* @param Serializer $serializer
* @param array|null $groups An array of groups to be used in the serialization context
Expand Down

0 comments on commit 00af8d9

Please sign in to comment.