Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add return type to
KauderwelschCommand->execute()
Symfony 7 enforces the return type on the basic methods in command classes, for example the `execute()` method. The return type `int` can be safely added and works for symfony 6 and 7. TYPO3 v12 recently added optional symfony 7 support but missed to adjust the command return type.
- Loading branch information