Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-2409107
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-2409107
Commits
a5fc7090
Commit
a5fc7090
authored
7 years ago
by
Gabor Hojtsy
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Component/Gettext/PoItem.php
+3
-2
3 additions, 2 deletions
core/lib/Drupal/Component/Gettext/PoItem.php
with
3 additions
and
2 deletions
core/lib/Drupal/Component/Gettext/PoItem.php
+
3
−
2
View file @
a5fc7090
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment