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.
1 parent 2aff16f commit f48fc4bCopy full SHA for f48fc4b
Form/DataTransformer/EntityToPropertyTransformer.php
@@ -35,7 +35,7 @@ public function __construct(ObjectManager $em, string $class, ?string $textPrope
35
/**
36
* Transform entity to array
37
*/
38
- public function transform(mixed $value): mixed
+ public function transform(mixed $entity): mixed
39
{
40
$data = array();
41
if (empty($entity)) {
0 commit comments