mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-03 20:09:42 +00:00
Rector sf6 changes
This commit is contained in:
@@ -119,6 +119,7 @@ class CSVFormatter implements FormatterInterface
|
||||
array $exportData,
|
||||
array $filtersData,
|
||||
array $aggregatorsData,
|
||||
\Chill\MainBundle\Export\ExportGenerationContext $context,
|
||||
): Response {
|
||||
$this->result = $result;
|
||||
$this->orderingHeaders($formatterData);
|
||||
|
@@ -29,7 +29,7 @@ class OnExportGenerationFails implements EventSubscriberInterface
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
) {}
|
||||
|
||||
public static function getSubscribedEvents()
|
||||
public static function getSubscribedEvents(): array
|
||||
{
|
||||
return [
|
||||
WorkerMessageFailedEvent::class => 'onMessageFailed',
|
||||
|
@@ -75,7 +75,7 @@ class PickUserOrMeDynamicType extends AbstractType
|
||||
->setAllowedTypes('submit_on_adding_new_entity', ['bool']);
|
||||
}
|
||||
|
||||
public function getBlockPrefix()
|
||||
public function getBlockPrefix(): string
|
||||
{
|
||||
return 'pick_entity_dynamic';
|
||||
}
|
||||
|
@@ -44,7 +44,7 @@ class PickLinkedAccompanyingPeriodWorkType extends AbstractType
|
||||
->setAllowedTypes('submit_on_adding_new_entity', ['bool']);
|
||||
}
|
||||
|
||||
public function getBlockPrefix()
|
||||
public function getBlockPrefix(): string
|
||||
{
|
||||
return 'pick_linked_entities';
|
||||
}
|
||||
|
Reference in New Issue
Block a user