Applied php-cs-fixer and added some @PHPDoc
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -13,13 +13,13 @@ class GroupType extends AbstractType
|
||||
'label' => 'A csoport neve',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
$builder->add('description', 'ckeditor', array(
|
||||
'label' => 'A csoport leírása',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return 'group';
|
||||
|
Reference in New Issue
Block a user