Unverified Commit c07d3334 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2411767 by smustgrave, mile23, mohit_aghera, pritish.kumar:...

Issue #2411767 by smustgrave, mile23, mohit_aghera, pritish.kumar: locale_translation_check_projects() should return batch or NULL.

(cherry picked from commit 97a110ae)
parent 2aacc39d
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -173,8 +173,6 @@ function locale_translation_default_translation_server() {
 *   Array of project names to check. Defaults to all translatable projects.
 * @param array $langcodes
 *   Array of language codes. Defaults to all translatable languages.
 *
 * @todo Return batch or NULL.
 */
function locale_translation_check_projects($projects = [], $langcodes = []): void {
  if (locale_translation_use_remote_source()) {