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 b958e68 commit 0273428Copy full SHA for 0273428
DataTransformerInterface.php
@@ -58,7 +58,7 @@ public function transform($value);
58
*
59
* This method must be able to deal with empty values. Usually this will
60
* be an empty string, but depending on your implementation other empty
61
- * values are possible as well (such as empty strings). The reasoning behind
+ * values are possible as well (such as NULL). The reasoning behind
62
* this is that value transformers must be chainable. If the
63
* reverseTransform() method of the first value transformer outputs an
64
* empty string, the second value transformer must be able to process that
0 commit comments