Skip to content
Snippets Groups Projects
Commit a8ac7436 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Do not scan property '$content' in extension scanner

This property name is too generic as weak match and
throws too many false positives.

Resolves: #98926
Release: main, 11.5
Change-Id: I0d39287180bb4d53071efe30d42145a313a98ec8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76271


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent be6ba983
Branches
Tags
No related merge requests found
......@@ -165,11 +165,6 @@ return [
'Breaking-55298-DecoupledHistoryFunctionality.rst',
],
],
'TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController->content' => [
'restFiles' => [
'Breaking-55298-DecoupledHistoryFunctionality.rst',
],
],
'TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController->doc' => [
'restFiles' => [
'Breaking-55298-DecoupledHistoryFunctionality.rst',
......@@ -379,12 +374,6 @@ return [
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Backend\Controller\File\CreateFolderController->content' => [
'restFiles' => [
'Deprecation-84289-UseServerRequestInterfaceInFileCreateFolderController.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Backend\Controller\File\EditFileController->origTarget' => [
'restFiles' => [
'Deprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst',
......
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