Completed
Push — master ( 800bb7...792d8b )
by Aitor Riba
02:06
created
src/Translation.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,9 +127,7 @@
 block discarded – undo
127 127
 
128 128
         if ($this->translator == 'apertium') {
129 129
             return $this->apertiumTrans();
130
-        }
131
-
132
-        elseif ($this->translator == 'mymemory') {
130
+        } elseif ($this->translator == 'mymemory') {
133 131
             return $this->mymemoryTrans();
134 132
         }
135 133
 
Please login to merge, or discard this patch.