Skip to content

Commit 0273428

Browse files
Fix copy-paste in PHPDoc comment text
1 parent b958e68 commit 0273428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataTransformerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function transform($value);
5858
*
5959
* This method must be able to deal with empty values. Usually this will
6060
* be an empty string, but depending on your implementation other empty
61-
* values are possible as well (such as empty strings). The reasoning behind
61+
* values are possible as well (such as NULL). The reasoning behind
6262
* this is that value transformers must be chainable. If the
6363
* reverseTransform() method of the first value transformer outputs an
6464
* empty string, the second value transformer must be able to process that

0 commit comments

Comments
 (0)