enqueue-dev
enqueue-dev copied to clipboard
fixed symfony 6.1 deprecation notices
fixes https://github.com/php-enqueue/enqueue-dev/issues/1270
1x: Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Enqueue\Doctrine\DoctrineSchemaCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Consumption\ConfigurableConsumeCommand".
1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Client\ConsumeCommand".
1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Client\ProduceCommand".
1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Client\SetupBrokerCommand".
1x: The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Enqueue\Symfony\Client\RoutesCommand".
Hi @makasim, can you run CI actions, please?
I've fixed mostly all the tests, but there is still some errors present. I will be happy for someone to help.
GuzzleHttp\Exception\ClientException: Client error: `POST http://localstack:4576` resulted in a `404 Not Found` response:
The requested resource could not be found.
https://github.com/php-enqueue/enqueue-dev/pull/1362