Skip to content
Snippets Groups Projects
Commit c6344822 authored by Michael Schams's avatar Michael Schams Committed by Andreas Fernandez
Browse files

[BUGFIX] Fix typos in change log

This patch fixes a typo in the change log for issue #89139.

Resolves: #90464
Releases: master
Change-Id: Id3cd0b968ea69be6051509f3838481b0d3f01e92
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63344


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarChristian Eßl <indy.essl@gmail.com>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Eßl <indy.essl@gmail.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 072b6088
Branches
Tags
No related merge requests found
...@@ -17,19 +17,19 @@ Commands tagged with `console.command` are lazy loaded. That means they will onl ...@@ -17,19 +17,19 @@ Commands tagged with `console.command` are lazy loaded. That means they will onl
instantiated when they are actually executed, when the `help` subcommand is executed, instantiated when they are actually executed, when the `help` subcommand is executed,
or when available schedulable commands are iterated. or when available schedulable commands are iterated.
The legacy command definition format :php:`Confguration/Commands.php` has been deprecated. The legacy command definition format :php:`Configuration/Commands.php` has been deprecated.
Impact Impact
====== ======
It is recommended to configure dependency injection tags for all commands, as the legacy command It is recommended to configure dependency injection tags for all commands, as the legacy command
definition format :php:`Confguration/Commands.php` has been deprecated. definition format :php:`Configuration/Commands.php` has been deprecated.
Commands that have been configured via `console.command` tag override legacy commands from Commands that have been configured via `console.command` tag override legacy commands from
:php:`Confguration/Commands.php` without throwing a deprecation error for those commands. :php:`Configuration/Commands.php` without throwing a deprecation error for those commands.
Backwards compatibility with older TYPO3 version can be achieved by specifying both variants, Backwards compatibility with older TYPO3 version can be achieved by specifying both variants,
legacy configuration in :php:`Confguration/Commands.php` and new configuration via legacy configuration in :php:`Configuration/Commands.php` and new configuration via
`console.command` tag. `console.command` tag.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment