Skip to content

Conversation

OskarStark
Copy link
Contributor

Q A
Bug fix? no
New feature? yes
Docs? no
Issues --
License MIT

Convert EmbedCommand and QueryCommand to use Symfony 7.3's invokable commands feature by removing Command inheritance and using __invoke method instead of execute().

@carsonbot carsonbot added Demo Issues & PRs about the demo application Feature New feature Status: Needs Review labels Sep 8, 2025
Convert EmbedCommand and QueryCommand to use Symfony 7.3's invokable commands pattern:
- Remove Command class inheritance
- Use __invoke(SymfonyStyle $io) signature instead of execute() method
- Simplify parameter handling by accepting SymfonyStyle directly

🤖 Generated with [Claude Code](https://claude.ai/code)
@OskarStark OskarStark merged commit 2a09fb0 into symfony:main Sep 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Demo Issues & PRs about the demo application Feature New feature Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants