]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Controllers/DynamicTranslationsController.php
Scrutinizer Auto-Fixes
[galette.git] / galette / lib / Galette / Controllers / DynamicTranslationsController.php
index 78f7021f8936fcd790939049d2550dbd8771c450..3603405150fe7c7c26af450ed6c3c77b07848833 100644 (file)
@@ -126,9 +126,9 @@ class DynamicTranslationsController extends AbstractController
 
                 $trans = array();
                 /**
-                * FIXME : it would be faster to get all translations at once
-                * for a specific string
-                */
+                 * FIXME : it would be faster to get all translations at once
+                 * for a specific string
+                 */
                 foreach ($this->i18n->getList() as $l) {
                     $text_trans = \getDynamicTranslation($text_orig, $l->getLongID());
                     $lang_name = $l->getName();