Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed symfony 6.1 deprecation notices #1350

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

zyv4yk
Copy link

@zyv4yk zyv4yk commented Jun 5, 2024

fixes #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 zyv4yk marked this pull request as ready for review June 5, 2024 08:37
@zyv4yk
Copy link
Author

zyv4yk commented Jun 11, 2024

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

@zyv4yk
Copy link
Author

zyv4yk commented Jun 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symfony 6.1 deprecations
1 participant