Skip to content
Snippets Groups Projects
Commit a5fc7090 authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

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

(cherry picked from commit 8e461b36)
parent bc9d7922
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ class PoItem {
/**
* 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 @@ class PoItem {
/**
* The translation string or array of strings if it has plurals.
*
* @var string or array
* @var string|array
* @see $_plural
*/
private $_translation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment