Issue #3014969 by TR, longwave, Abhijith S, joachim, shimpy: Unescaped "@" in ContextProviderInterface doc comment

(cherry picked from commit 2b76f57512)
merge-requests/93/head
catch 2020-11-03 10:43:20 +00:00
parent 40ce51efe1
commit dd91bf1d54
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/