BUGFIX: Fix syntax issue in yaml file
* Ass missing colon.
This commit is contained in:
parent
4d7aeea5ae
commit
4d77e99026
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue