We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7daeaf8 + 2759be4 commit 7c72997Copy full SHA for 7c72997
Form/Transformer/EntityToIdObjectTransformer.php
@@ -82,7 +82,7 @@ public function reverseTransform($idObject)
82
83
if (null === $object) {
84
throw new TransformationFailedException(sprintf(
85
- 'An object with identifier key "%s" and value "%d" does not exist!',
+ 'An object with identifier key "%s" and value "%s" does not exist!',
86
$identifier, $id
87
));
88
}
0 commit comments