Passed
Push — main ( 4a6f56...2519a4 )
by Thierry
02:51
created
src/Translation/Translator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
             {
77 77
                 // Save this translation
78 78
                 $this->aTranslations[$sLanguage][$sName] = $xTranslation;
79
-            }
80
-            else
79
+            } else
81 80
             {
82 81
                 // Recursively read the translations in the array
83 82
                 $this->_loadTranslations($sLanguage, $sName, $xTranslation);
Please login to merge, or discard this patch.