BUGFIX: Fix syntax issue in yaml file

* Ass missing colon.
This commit is contained in:
Daniel Siepmann 2017-05-02 15:44:54 +02:00
parent 4d7aeea5ae
commit 4d77e99026
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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 # Breaking changes in 7.4: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Index.html#breaking-changes
'7.4': '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' 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 docsUrl: https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.html