diff --git a/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml index 4d2ee7a..8f81ad1 100644 --- a/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml +++ b/src/Standards/Typo3Update/Configuration/Removed/Signals/7.4.yaml @@ -1,5 +1,5 @@ # Breaking changes in 7.4: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Index.html#breaking-changes '7.4': - \TYPO3\CMS\Core\Resource\ResourceStorage::preFileAdd + \TYPO3\CMS\Core\Resource\ResourceStorage::preFileAdd: replacement: 'The signal will now receive an empty string in $sourceFilePath' docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.html