浏览代码

Fixed wrong phpdoc in FormMapper (#3845)

Christian Gripp 9 年之前
父节点
当前提交
42d1b5076d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Form/FormMapper.php

+ 1 - 2
Form/FormMapper.php

@@ -181,8 +181,7 @@ class FormMapper extends BaseGroupedMapper
     }
 
     /**
-     * @return FormBuilderInterface
-     *                              Removes a group.
+     * Removes a group.
      *
      * @param string $group          The group to delete
      * @param string $tab            The tab the group belongs to, defaults to 'default'