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 1b9a839 + 0273428 commit 779e9c9Copy full SHA for 779e9c9
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