Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Plugin / Context / ContextDefinition.php
index 1c252e2961011c8570a3b77fd25a7e49d8ed1a96..63e4038abdfd309c8eae687017e772f969b3ccd5 100644 (file)
@@ -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;