diff --git a/Form/DataTransformer/EntityToPropertyTransformer.php b/Form/DataTransformer/EntityToPropertyTransformer.php
index 3550a8f..0fb63f3 100644
--- a/Form/DataTransformer/EntityToPropertyTransformer.php
+++ b/Form/DataTransformer/EntityToPropertyTransformer.php
@@ -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 = '__')
     {