Skip to content

Commit

Permalink
Fixed doc block for get method
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Mar 15, 2015
1 parent 39fdf00 commit ca7440a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Form/FormMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*/
class FormMapper extends BaseGroupedMapper
{
/**
* @var FormBuilderInterface
*/
protected $formBuilder;

/**
Expand Down Expand Up @@ -142,7 +145,7 @@ public function add($name, $type = null, array $options = array(), array $fieldD
/**
* @param string $name
*
* @return \Symfony\Component\Form\FormInterface
* @return FormBuilderInterface
*/
public function get($name)
{
Expand Down

0 comments on commit ca7440a

Please sign in to comment.