Skip to content

Commit

Permalink
pkp#10616 Improve method description in LocalizedData trait
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Dec 4, 2024
1 parent 387398b commit 61ce99e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/core/traits/LocalizedData.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ trait LocalizedData
];

/**
* Get a piece of data, localized to the current
* locale if possible.
* Get a localized value from a multilingual data array
*
* @param array $data An assoc array with localized data, where each
* key is the localeKey. Example: ['en' => 'Journal', 'de' => 'Zeitschrift']
Expand Down

0 comments on commit 61ce99e

Please sign in to comment.