From c88ccd9465f676fc781038fff2d545a57fa19084 Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Mon, 29 Jan 2018 07:55:46 +1000 Subject: [PATCH] =?UTF-8?q?Issue=20#2938645=20by=20kmbremner,=20swarad07,?= =?UTF-8?q?=20G=C3=A1bor=20Hojtsy:=20invalid=20YAML=20in=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/migrate/src/Plugin/migrate/process/Substr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/migrate/src/Plugin/migrate/process/Substr.php b/core/modules/migrate/src/Plugin/migrate/process/Substr.php index f36da0acd597..4d49a3809b70 100644 --- a/core/modules/migrate/src/Plugin/migrate/process/Substr.php +++ b/core/modules/migrate/src/Plugin/migrate/process/Substr.php @@ -33,8 +33,8 @@ * new_text_field: * plugin: substr * source: some_text_field - * start: 6 - * length: 10 + * start: 6 + * length: 10 * @endcode * If some_text_field was 'Marie Skłodowska Curie' then * $destination['new_text_field'] would be 'Skłodowska'. -- GitLab