From 2b76f57512905220271c3ebbe4a176f79233a1cc Mon Sep 17 00:00:00 2001 From: catch Date: Tue, 3 Nov 2020 10:43:20 +0000 Subject: [PATCH] Issue #3014969 by TR, longwave, Abhijith S, joachim, shimpy: Unescaped "@" in ContextProviderInterface doc comment --- .../Drupal/Core/Plugin/Context/ContextProviderInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php b/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php index 3083bc964c8..2d67eb0ab1f 100644 --- a/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php +++ b/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php @@ -8,8 +8,8 @@ namespace Drupal\Core\Plugin\Context; * Implementations only need to deal with unqualified context IDs so they only * need to be unique in the context of a given service provider. * - * The fully qualified context ID then includes the service ID: - * @{service_id}:{unqualified_context_id}. + * The fully qualified context ID then includes the service ID, e.g. + * "@service_id:unqualified_context_id". * * @see \Drupal\Core\Plugin\Context\ContextRepositoryInterface */