Skip to content

Commit ccdce1d

Browse files
committed
Fix CS again
1 parent b09cbf8 commit ccdce1d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Form/EventListener/CrudAutocompleteSubscriber.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ public static function getSubscribedEvents(): array
3131
];
3232
}
3333

34-
/**
35-
* @return void
36-
*/
3734
public function preSetData(FormEvent $event): void
3835
{
3936
$form = $event->getForm();
@@ -69,9 +66,6 @@ public function preSetData(FormEvent $event): void
6966
$form->add('autocomplete', EntityType::class, $options);
7067
}
7168

72-
/**
73-
* @return void
74-
*/
7569
public function preSubmit(FormEvent $event): void
7670
{
7771
$data = $event->getData();

src/Form/EventListener/FormLayoutSubscriber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public static function getSubscribedEvents(): array
2727
/**
2828
* Deal with the errors of fields inside form tabs and fieldsets. This method has to
2929
* be executed with a negative priority to make sure that the validation process is done.
30-
*
31-
* @return void
3230
*/
3331
public function handleLayoutErrors(FormEvent $event): void
3432
{

0 commit comments

Comments
 (0)