tweaked previous merge

This commit is contained in:
Fabien Potencier 2013-02-05 15:17:02 +01:00
parent 6e9c235d62
commit d5fe378e54

View File

@ -57,7 +57,7 @@ class FormType extends AbstractType
;
if (false === $options['property_path']) {
trigger_error('\'property_path\' => false is deprecated since version 2.1 and will be removed in 2.3. Use \'mapped\' => false instead.', E_USER_DEPRECATED);
trigger_error('Setting "property_path" to "false" is deprecated since version 2.1 and will be removed in 2.3. Set "mapped" to "false" instead.', E_USER_DEPRECATED);
}
if ($options['trim']) {