X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPlugin%2FContext%2FContextDefinition.php;h=63e4038abdfd309c8eae687017e772f969b3ccd5;hp=1c252e2961011c8570a3b77fd25a7e49d8ed1a96;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php index 1c252e296..63e4038ab 100644 --- a/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php +++ b/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php @@ -17,7 +17,7 @@ class ContextDefinition implements ContextDefinitionInterface { /** * The data type of the data. * - * @return string + * @var string * The data type. */ protected $dataType; @@ -25,7 +25,7 @@ class ContextDefinition implements ContextDefinitionInterface { /** * The human-readable label. * - * @return string + * @var string * The label. */ protected $label; @@ -33,7 +33,7 @@ class ContextDefinition implements ContextDefinitionInterface { /** * The human-readable description. * - * @return string|null + * @var string|null * The description, or NULL if no description is available. */ protected $description;