8000 Merge pull request #1605 from spike31/patch-1 · jeremyFreeAgent/symfony-docs@a1e1355 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1e1355

Browse files
committed
Merge pull request symfony#1605 from spike31/patch-1
[Cookbook][Form][Datatransformer] Fix
2 parents 76737e0 + dc9278a commit a1e1355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ First, create the custom field type class::
262262
));
263263
}
264264

265-
public function getParent(array $options)
265+
public function getParent()
266266
{
267267
return 'text';
268268
}

0 commit comments

Comments
 (0)
0