Mercurial > hg > isophonics-drupal-site
diff core/lib/Drupal/Component/Gettext/PoItem.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/core/lib/Drupal/Component/Gettext/PoItem.php Fri Feb 23 15:51:18 2018 +0000 +++ b/core/lib/Drupal/Component/Gettext/PoItem.php Fri Feb 23 15:52:07 2018 +0000 @@ -13,7 +13,7 @@ /** * The language code this translation is in. * - * @car string + * @var string */ private $_langcode; @@ -27,7 +27,8 @@ /** * The source string or array of strings if it has plurals. * - * @var string or array + * @var string|array + * * @see $_plural */ private $_source; @@ -49,7 +50,7 @@ /** * The translation string or array of strings if it has plurals. * - * @var string or array + * @var string|array * @see $_plural */ private $_translation;