Browse Source

Fixed wrong phpdoc in FormMapper (#3845)

Christian Gripp 9 năm trước cách đây
mục cha
commit
42d1b5076d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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'