From 3f6e37efe60745cec4ea9aa90f5ac679325ab87d Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Thu, 24 Mar 2016 10:50:31 +0100 Subject: [PATCH] Fix copy-paste in PHPDoc comment text --- src/Symfony/Component/Form/DataTransformerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/DataTransformerInterface.php b/src/Symfony/Component/Form/DataTransformerInterface.php index 6567da2591..ee0afda8a9 100644 --- a/src/Symfony/Component/Form/DataTransformerInterface.php +++ b/src/Symfony/Component/Form/DataTransformerInterface.php @@ -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