Selaa lähdekoodia

Fixed wrong phpdoc in FormMapper (#3845)

Christian Gripp 9 vuotta sitten
vanhempi
commit
42d1b5076d
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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 $group          The group to delete
      * @param string $tab            The tab the group belongs to, defaults to 'default'
      * @param string $tab            The tab the group belongs to, defaults to 'default'