diff --git a/core/lib/Drupal/Component/Gettext/PoItem.php b/core/lib/Drupal/Component/Gettext/PoItem.php index 329974ea2a..464875ef53 100644 --- a/core/lib/Drupal/Component/Gettext/PoItem.php +++ b/core/lib/Drupal/Component/Gettext/PoItem.php @@ -29,7 +29,7 @@ class PoItem { * * @var string|array * - * @see $_plural + * @see $plural */ protected $source; @@ -51,7 +51,7 @@ class PoItem { * The translation string or array of strings if it has plurals. * * @var string|array - * @see $_plural + * @see $plural */ protected $translation;