From 4b4895c0c58a3217110751c0b4b330e9477537bd Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 6 Aug 2021 08:25:19 +0100
Subject: [PATCH] Issue #2989893 by ankithashetty, srilakshmier, quietone,
 firfin, longwave: Remove redundant source: key in Substr example

---
 core/modules/migrate/src/Plugin/migrate/process/Substr.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/migrate/src/Plugin/migrate/process/Substr.php b/core/modules/migrate/src/Plugin/migrate/process/Substr.php
index aea79121cd30..d97c3ba51a78 100644
--- a/core/modules/migrate/src/Plugin/migrate/process/Substr.php
+++ b/core/modules/migrate/src/Plugin/migrate/process/Substr.php
@@ -55,7 +55,6 @@
  *      source: some_text_field
  *    -
  *      plugin: substr
- *      source: some_text_field
  *      start: 6
  *      length: 10
  * @endcode
-- 
GitLab