Skip to content
Snippets Groups Projects
Commit d520d43a authored by catch's avatar catch Committed by Stefanos Petrakis
Browse files

Issue #3323057 by Arti Anil Pattewar, Pasqualle: Invalid PHPDoc comments

parent 9d90a026
No related branches found
No related tags found
1 merge request!2901Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity
This commit is part of merge request !2901. Comments created here will be created in the context of that merge request.
......@@ -174,7 +174,7 @@ function locale_translation_default_translation_server() {
*
* @param array $projects
* Array of project names to check. Defaults to all translatable projects.
* @param string $langcodes
* @param array $langcodes
* Array of language codes. Defaults to all translatable languages.
*
* @return array
......@@ -205,7 +205,7 @@ function locale_translation_check_projects($projects = [], $langcodes = []) {
*
* @param array $projects
* Array of project names to check. Defaults to all translatable projects.
* @param string $langcodes
* @param array $langcodes
* Array of language codes. Defaults to all translatable languages.
*/
function locale_translation_check_projects_batch($projects = [], $langcodes = []) {
......
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