Completed
Push — master ( 9c5452...a7b114 )
by Aitor Riba
02:38 queued 01:10
created
src/Builder/MymemoryTrans.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         // Check if host is online.
15 15
         if ($this->checkHost($host)) {
16 16
 
17
-             // Host online
17
+                // Host online
18 18
             $urlString = urlencode($this->string);
19 19
             $urldata = file_get_contents("http://$host/get?q=$urlString&langpair=$this->from|$this->to");
20 20
             $data = json_decode($urldata, true);
Please login to merge, or discard this patch.
src/Builder/GoogleTrans.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         // Check if host is online.
15 15
         if ($this->checkHost($host)) {
16 16
 
17
-             // Host online
17
+                // Host online
18 18
             $urlString = urlencode($this->string);
19 19
             $urldata = file_get_contents("https://translate.googleapis.com/translate_a/single?client=gtx&sl=$this->from&tl=$this->to&dt=t&q=$urlString");
20 20
             $tr = $urldata;
Please login to merge, or discard this patch.