Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lzakrzewski committed Jan 26, 2016
1 parent f575966 commit 9d08e2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Converter/ObjectToArrayConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

class ObjectToArrayConverter implements ObjectToArrayConverterInterface
{
/**
* @var Serializer
*/
/** @var Serializer */
private $serializer;

public function __construct(Serializer $serializer)
Expand Down

0 comments on commit 9d08e2b

Please sign in to comment.