Issue #2926121 by zaporylie, borisson_: Multiple data types must be separated by a vertical bar

8.5.x
Gabor Hojtsy 2017-11-29 22:15:51 +01:00
parent dad79553d6
commit 8e461b3682
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,8 @@ class PoItem {
/** /**
* The source string or array of strings if it has plurals. * The source string or array of strings if it has plurals.
* *
* @var string or array * @var string|array
*
* @see $_plural * @see $_plural
*/ */
private $_source; private $_source;
@ -49,7 +50,7 @@ class PoItem {
/** /**
* The translation string or array of strings if it has plurals. * The translation string or array of strings if it has plurals.
* *
* @var string or array * @var string|array
* @see $_plural * @see $_plural
*/ */
private $_translation; private $_translation;