Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5fe378

Browse files
committed
tweaked previous merge
1 parent 6e9c235 commit d5fe378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/Type/FormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
5757
;
5858

5959
if (false === $options['property_path']) {
60-
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);
60+
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);
6161
}
6262

6363
if ($options['trim']) {

0 commit comments

Comments
 (0)