Fix copy-paste in PHPDoc comment text

This commit is contained in:
Guilliam Xavier 2016-03-24 10:50:31 +01:00
parent e375161784
commit 3f6e37efe6
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ interface DataTransformerInterface
*
* This method must be able to deal with empty values. Usually this will
* be an empty string, but depending on your implementation other empty
* values are possible as well (such as empty strings). The reasoning behind
* values are possible as well (such as NULL). The reasoning behind
* this is that value transformers must be chainable. If the
* reverseTransform() method of the first value transformer outputs an
* empty string, the second value transformer must be able to process that