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 a1b1281 + 5bc1604 commit 9c9a97fCopy full SHA for 9c9a97f
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