Skip to content

Commit

Permalink
Merge pull request #736 from gnat42/patch-1
Browse files Browse the repository at this point in the history
Update PHPDocs
  • Loading branch information
goetas committed Mar 29, 2017
2 parents 5e9008c + 7930d24 commit e7a88dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JMS/Serializer/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Serializer implements SerializerInterface, ArrayTransformerInterface
* @param \PhpCollection\MapInterface $deserializationVisitors of VisitorInterface
* @param EventDispatcher\EventDispatcherInterface $dispatcher
* @param TypeParser $typeParser
* @param ExpressionEvaluatorInterface $expressionLanguage
* @param ExpressionEvaluatorInterface|null $expressionEvaluator
*/
public function __construct(
MetadataFactoryInterface $factory,
Expand Down

0 comments on commit e7a88dc

Please sign in to comment.