Skip to content

Commit

Permalink
Merge pull request #79 from uestla/fix-missing-phpdoc
Browse files Browse the repository at this point in the history
EntityToPropertyTransformer: added missing phpDoc
  • Loading branch information
tetranz authored Apr 12, 2017
2 parents 290382f + 1ad8046 commit 4b449a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form/DataTransformer/EntityToPropertyTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class EntityToPropertyTransformer implements DataTransformerInterface
* @param string $class
* @param string|null $textProperty
* @param string $primaryKey
* @param string $newTagPrefix
*/
public function __construct(ObjectManager $em, $class, $textProperty = null, $primaryKey = 'id', $newTagPrefix = '__')
{
Expand Down

0 comments on commit 4b449a0

Please sign in to comment.