Skip to content

Commit

Permalink
[TASK] Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Apr 15, 2024
1 parent 915baf6 commit a381130
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Classes/Routing/AbstractNewsAliasMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* 2. It allows to use "fallback handling" which is only available in TYPO3 v12.1
* see https://review.typo3.org/c/Packages/TYPO3.CMS/+/76545 to have our News plugin
* manage the optional parameter for a news detail page, when a news record was not found.
* For v12 setups, the fallbackValue is automatically set to "null" to keep the same functionality
* as in v11 with this news mapper.
*/
abstract class AbstractNewsAliasMapper extends PersistedAliasMapper
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Routing/NewsAliasMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* 2. It allows to use "fallback handling" which is only available in TYPO3 v12.1
* see https://review.typo3.org/c/Packages/TYPO3.CMS/+/76545 to have our News plugin
* manage the optional parameter for a news detail page, when a news was not found.
* For v12 setups, the fallbackValue is automatically set to "null" to keep the same functionality
* as in v11 with this news mapper.
*
* @deprecated File is not used by news extension anymore and will be removed with version 12
*/
Expand Down

0 comments on commit a381130

Please sign in to comment.