Skip to content

Commit

Permalink
Adding phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Aug 1, 2018
1 parent 288d30d commit 37226d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mappers/CompositeTypeMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class CompositeTypeMapper implements TypeMapperInterface
*/
private $typeMappers;

/**
* @param TypeMapperInterface[] $typeMappers
*/
public function __construct(array $typeMappers)
{

Expand Down

0 comments on commit 37226d7

Please sign in to comment.