diff --git a/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php b/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php index 6d5050ef5a7..662d56ccaec 100644 --- a/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php +++ b/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php @@ -8,8 +8,8 @@ class implements ProcessorInterface { - public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): void + public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): mixed { - // Handle the state + // Handle the state and return the inner processor } }