Passed
Push — main ( 2519a4...62a0e8 )
by Thierry
03:58
created
src/Translation/Translator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
70 70
             {
71 71
                 // Recursively read the translations in the array
72 72
                 $this->_loadTranslations($sLanguage, $sName, $xTranslation);
73
-            }
74
-            else
73
+            } else
75 74
             {
76 75
                 // Save this translation
77 76
                 $this->aTranslations[$sLanguage][$sName] = $xTranslation;
Please login to merge, or discard this patch.