Skip to content
Snippets Groups Projects
Verified Commit b611fe72 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3515188 by ishani patel, smustgrave: Wrong type for $project argument...

Issue #3515188 by ishani patel, smustgrave: Wrong type for $project argument in locale.batch.inc functions
parent dee0d98a
Branches
No related tags found
1 merge request!11983Issue #3521857 by jwilson3: Update file type icons to use SVG
Pipeline #465330 passed with warnings
Pipeline: drupal

#465332

    ......@@ -173,8 +173,8 @@ function locale_translation_batch_status_finished($success, $results): void {
    * Downloads a remote gettext file into the translations directory. When
    * successfully the translation status is updated.
    *
    * @param object $project
    * Source object of the translatable project.
    * @param string $project
    * The name of the project to import translations.
    * @param string $langcode
    * Language code.
    * @param array $context
    ......@@ -204,8 +204,8 @@ function locale_translation_batch_fetch_download($project, $langcode, &$context)
    * Imports a gettext file from the translation directory. When successfully the
    * translation status is updated.
    *
    * @param object $project
    * Source object of the translatable project.
    * @param string $project
    * The name of the project to import translations.
    * @param string $langcode
    * Language code.
    * @param array $options
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment