Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / locale / src / Plugin / QueueWorker / LocaleTranslation.php
index 634ba8dbf0f47263d2c454861d139d83d8ffe3e0..2d07fab3d6a5cf8361d45b4698ef5ea395e269f9 100644 (file)
@@ -99,7 +99,7 @@ class LocaleTranslation extends QueueWorkerBase implements ContainerFactoryPlugi
     }
     else {
       $batch_context = $args[$last];
-      unset ($args[$last]);
+      unset($args[$last]);
     }
     $args = array_merge($args, [&$batch_context]);