Skip to content

Commit

Permalink
[BUGFIX] Fix namespaces in extension scanner files
Browse files Browse the repository at this point in the history
Namespaces in the extension scanner files must
not contain a leading backslash.

Resolves: #97547
Releases: main, 11.5
Change-Id: Idb608b3e02c8901972a068c531ee681e8b2dd49e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74512
Tested-by: core-ci <typo3@b13.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
  • Loading branch information
o-ba committed May 4, 2022
1 parent 97798c0 commit 635916b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -1814,7 +1814,7 @@
'Deprecation-95105-DatabaseRecordListHooks.rst',
],
],
'\TYPO3\CMS\Fluid\ViewHelpers\Uri\EmailViewHelper' => [
'TYPO3\CMS\Fluid\ViewHelpers\Uri\EmailViewHelper' => [
'restFiles' => [
'Deprecation-95041-DeprecateFuriemailView-helper.rst',
],
Expand Down
Expand Up @@ -4220,7 +4220,7 @@
'Breaking-88779-RecordListRemoveUnusedCode.rst',
],
],
'\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::sendNotifyEmail' => [
'TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::sendNotifyEmail' => [
'numberOfMandatoryArguments' => 4,
'maximumNumberOfArguments' => 6,
'restFiles' => [
Expand Down

0 comments on commit 635916b

Please sign in to comment.