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 3536ad6 + 9c9a97f commit 13d6b9bCopy full SHA for 13d6b9b
Extension/Core/Type/TextType.php
@@ -62,6 +62,6 @@ public function transform($data)
62
*/
63
public function reverseTransform($data)
64
{
65
- return null === $data ? '' : $data;
+ return $data ?? '';
66
}
67
0 commit comments