mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
Rector changes return typing
This commit is contained in:
@@ -36,7 +36,7 @@ final readonly class ExportRequestGenerationMessageHandler implements MessageHan
|
||||
private LoggerInterface $logger,
|
||||
) {}
|
||||
|
||||
public function __invoke(ExportRequestGenerationMessage $exportRequestGenerationMessage)
|
||||
public function __invoke(ExportRequestGenerationMessage $exportRequestGenerationMessage): void
|
||||
{
|
||||
$start = microtime(true);
|
||||
|
||||
|
Reference in New Issue
Block a user