From 4d77e99026ee974d4f35cd602aa9ea4e497bbd2a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 2 May 2017 15:44:54 +0200 Subject: [PATCH] BUGFIX: Fix syntax issue in yaml file * Ass missing colon. --- .../Typo3Update/Configuration/Removed/Signals/7.4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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