mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-04 21:19:41 +00:00
Rector changes return typing
This commit is contained in:
@@ -107,7 +107,7 @@ class CSVFormatter implements FormatterInterface
|
||||
return $descriptions;
|
||||
}
|
||||
|
||||
public function getName()
|
||||
public function getName(): string|\Symfony\Contracts\Translation\TranslatableInterface
|
||||
{
|
||||
return 'Comma separated values (CSV)';
|
||||
}
|
||||
@@ -140,7 +140,7 @@ class CSVFormatter implements FormatterInterface
|
||||
return $response;
|
||||
}
|
||||
|
||||
public function getType()
|
||||
public function getType(): string
|
||||
{
|
||||
return 'tabular';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user