enqueue-dev icon indicating copy to clipboard operation
enqueue-dev copied to clipboard

fixed symfony 6.1 deprecation notices

Open zyv4yk opened this issue 1 year ago • 2 comments

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".

zyv4yk avatar Jun 05 '24 08:06 zyv4yk

Hi @makasim, can you run CI actions, please?

zyv4yk avatar Jun 11 '24 13:06 zyv4yk

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.

zyv4yk avatar Jun 11 '24 16:06 zyv4yk

https://github.com/php-enqueue/enqueue-dev/pull/1362

makasim avatar Nov 18 '24 16:11 makasim