Commit 4dce8e50 authored by catch's avatar catch
Browse files

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

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

(cherry picked from commit 2b76f575)
(cherry picked from commit dd91bf1d)
parent cc04c0ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
 * 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
 */