TYPO3-Documentation / t3docs-examples

This extension packages a number of code examples from the Core Documentation.
GNU General Public License v2.0
23 stars 17 forks source link

[TASK] Use attribute in commands #237

Closed brotkrueml closed 8 months ago

brotkrueml commented 8 months ago

The CreateWizardCommand can't be adjusted to use the attribute as it is set to schedulable: false (which is not possible with the Symfony attribute).

Additionally, the DoSomethingCommand is defined as final.

Releases: main