Issue #2926121 by zaporylie, borisson_: Multiple data types must be separated by a vertical bar
parent
dad79553d6
commit
8e461b3682
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue