From 1ad804667901fbad49350c016d2303ddeec2d519 Mon Sep 17 00:00:00 2001
From: Petr Kessler <petr.kessler@abuco.cz>
Date: Tue, 11 Apr 2017 17:38:05 +0200
Subject: [PATCH] EntityToPropertyTransformer: added missing phpDoc

---
 Form/DataTransformer/EntityToPropertyTransformer.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Form/DataTransformer/EntityToPropertyTransformer.php b/Form/DataTransformer/EntityToPropertyTransformer.php
index fca9e1f..2c57514 100644
--- a/Form/DataTransformer/EntityToPropertyTransformer.php
+++ b/Form/DataTransformer/EntityToPropertyTransformer.php
@@ -32,6 +32,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 = '__')
     {