From 3f0106203ec248894b988c0fd3f6c69ca593f2ab Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 15 May 2017 22:26:40 +0100 Subject: [PATCH] Issue #2877259 by pfrenssen: Remove outdated remark in documentation of ContextDefinition --- core/lib/Drupal/Core/Annotation/ContextDefinition.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/Drupal/Core/Annotation/ContextDefinition.php b/core/lib/Drupal/Core/Annotation/ContextDefinition.php index 0ff61e6f1311..043975295348 100644 --- a/core/lib/Drupal/Core/Annotation/ContextDefinition.php +++ b/core/lib/Drupal/Core/Annotation/ContextDefinition.php @@ -18,8 +18,6 @@ * "node" = @ContextDefinition("entity:node") * } * @endcode - * Remove spaces after @ in your actual plugin - these are put into this sample - * code so that it is not recognized as an annotation. * * To add a label to a context definition use the "label" key: * @code -- GitLab